#288EA4

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

Shades of Scooter #288EA4

Tints of Scooter #288EA4

Color information

#288EA4 (or 0x288EA4) is unknown color: approx Scooter. HEX triplet: 28, 8E and A4. RGB value is (40,142,164). Sum of RGB (Red+Green+Blue) = 40+142+164=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #288EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EA4 is #D7715B. Grayscale: #717171. Windows color (decimal): -14119260 or 10784296. OLE color: 10784296.

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

Color convert

RGB40142164-
CMYK0.760.1300.36
HSL190.65º60.78%40%-
HSV(B)190.65º75.61%64.31%-
XYZ17.2522.4838.55-
YUV114.01156.2175.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.56%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 164 (64.45% from 255) = 47.40%
R=11.56%
G=41.04%
B=47.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401421640.760.1300.36190.6560.7840
Hex288EA44CD024bf3d28
Octal50216244114150442777550
Binary101000100011101010010010011001101010010010111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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