#288EA2

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

Shades of Scooter #288EA2

Tints of Scooter #288EA2

Color information

#288EA2 (or 0x288EA2) is unknown color: approx Scooter. HEX triplet: 28, 8E and A2. RGB value is (40,142,162). Sum of RGB (Red+Green+Blue) = 40+142+162=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 162 - color contains mainly: blue. Hex color #288EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EA2 is #D7715D. Grayscale: #717171. Windows color (decimal): -14119262 or 10653224. OLE color: 10653224.

HSL color Cylindrical-coordinate representation of color #288EA2: hue angle of 189.84º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288EA2 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB40142162-
CMYK0.750.1200.36
HSL189.84º60.4%39.61%-
HSV(B)189.84º75.31%63.53%-
XYZ17.0722.4137.61-
YUV113.78155.2175.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 162 (63.67% from 255) = 47.09%
R=11.63%
G=41.28%
B=47.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401421620.750.1200.36189.8460.439.61
Hex288EA24BC024be3c28
Octal50216242113140442767450
Binary101000100011101010001010010111100010010010111110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288EA2; }

 p { color: rgb(40,142,162); }

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

<style>
 a { background-color: #288EA2; }

 a { background-color: rgb(40,142,162); }

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

<style>
 span { border-color: #288EA2; }

 span { border-color: rgb(40,142,162); }

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