#288AA2

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

Shades of Scooter #288AA2

Tints of Scooter #288AA2

Color information

#288AA2 (or 0x288AA2) is unknown color: approx Scooter. HEX triplet: 28, 8A and A2. RGB value is (40,138,162). Sum of RGB (Red+Green+Blue) = 40+138+162=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #288AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AA2 is #D7755D. Grayscale: #6F6F6F. Windows color (decimal): -14120286 or 10652200. OLE color: 10652200.

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

Color convert

RGB40138162-
CMYK0.750.1500.36
HSL191.8º60.4%39.61%-
HSV(B)191.8º75.31%63.53%-
XYZ16.4921.2437.41-
YUV111.43156.5377.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=11.76%
G=40.59%
B=47.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401381620.750.1500.36191.860.439.61
Hex288AA24BF024c03c28
Octal50212242113170443007450
Binary101000100010101010001010010111111010010011000000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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