#25829F

Color #25829F Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #25829F

Tints of Scooter #25829F

Color information

#25829F (or 0x25829F) is unknown color: approx Scooter. HEX triplet: 25, 82 and 9F. RGB value is (37,130,159). Sum of RGB (Red+Green+Blue) = 37+130+159=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #25829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25829F is #DA7D60. Grayscale: #696969. Windows color (decimal): -14318945 or 10453541. OLE color: 10453541.

HSL color Cylindrical-coordinate representation of color #25829F: hue angle of 194.26º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25829F is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37130159-
CMYK0.770.1800.38
HSL194.26º62.24%38.43%-
HSV(B)194.26º76.73%62.35%-
XYZ1518.8635.65-
YUV105.5158.1979.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 11.35%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=11.35%
G=39.88%
B=48.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371301590.770.1800.38194.2662.2438.43
Hex25829F4D12026c23e26
Octal45202237115220463027646
Binary1001011000001010011111100110110010010011011000010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25829F; }

 p { color: rgb(37,130,159); }

 H1.HeaderClassName
 {
   color: #25829F;
 }
 .AnyTagClassName
 {
   color: #25829F;
 }
</style>
background-color css

<style>
 a { background-color: #25829F; }

 a { background-color: rgb(37,130,159); }

 div.DivClassName
 {
   background-color: #25829F;
 }
 .BgClassName
 {
   background-color: #25829F;
 }
</style>
border-color css

<style>
 span { border-color: #25829F; }

 span { border-color: rgb(37,130,159); }

 td.TdClassName
 {
   border-color: #25829F;
 }
 .TagClassName
 {
   border-color: #25829F;
 }
</style>