#288CA2

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

Shades of Scooter #288CA2

Tints of Scooter #288CA2

Color information

#288CA2 (or 0x288CA2) is unknown color: approx Scooter. HEX triplet: 28, 8C and A2. RGB value is (40,140,162). Sum of RGB (Red+Green+Blue) = 40+140+162=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #288CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CA2 is #D7735D. Grayscale: #707070. Windows color (decimal): -14119774 or 10652712. OLE color: 10652712.

HSL color Cylindrical-coordinate representation of color #288CA2: hue angle of 190.82º 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 #288CA2 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB40140162-
CMYK0.750.1400.36
HSL190.82º60.4%39.61%-
HSV(B)190.82º75.31%63.53%-
XYZ16.7721.8237.51-
YUV112.61155.8776.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.70%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=11.70%
G=40.94%
B=47.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401401620.750.1400.36190.8260.439.61
Hex288CA24BE024bf3c28
Octal50214242113160442777450
Binary101000100011001010001010010111110010010010111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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