#258EA6

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

Shades of Scooter #258EA6

Tints of Scooter #258EA6

Color information

#258EA6 (or 0x258EA6) is unknown color: approx Scooter. HEX triplet: 25, 8E and A6. RGB value is (37,142,166). Sum of RGB (Red+Green+Blue) = 37+142+166=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #258EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258EA6 is #DA7159. Grayscale: #717171. Windows color (decimal): -14315866 or 10915365. OLE color: 10915365.

HSL color Cylindrical-coordinate representation of color #258EA6: hue angle of 191.16º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258EA6 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB37142166-
CMYK0.780.1400.35
HSL191.16º63.55%39.8%-
HSV(B)191.16º77.71%65.1%-
XYZ17.3222.4939.51-
YUV113.34157.7173.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.72%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=10.72%
G=41.16%
B=48.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371421660.780.1400.35191.1663.5539.8
Hex258EA64EE023bf4028
Octal452162461161604327710050
Binary1001011000111010100110100111011100100011101111111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258EA6; }

 p { color: rgb(37,142,166); }

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

<style>
 a { background-color: #258EA6; }

 a { background-color: rgb(37,142,166); }

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

<style>
 span { border-color: #258EA6; }

 span { border-color: rgb(37,142,166); }

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