#288EA3

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

Shades of Scooter #288EA3

Tints of Scooter #288EA3

Color information

#288EA3 (or 0x288EA3) is unknown color: approx Scooter. HEX triplet: 28, 8E and A3. RGB value is (40,142,163). Sum of RGB (Red+Green+Blue) = 40+142+163=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #288EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EA3 is #D7715C. Grayscale: #717171. Windows color (decimal): -14119261 or 10718760. OLE color: 10718760.

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

Color convert

RGB40142163-
CMYK0.750.1300.36
HSL190.24º60.59%39.8%-
HSV(B)190.24º75.46%63.92%-
XYZ17.1622.4438.08-
YUV113.9155.7175.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.59%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 163 (64.06% from 255) = 47.25%
R=11.59%
G=41.16%
B=47.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401421630.750.1300.36190.2460.5939.8
Hex288EA34BD024be3d28
Octal50216243113150442767550
Binary101000100011101010001110010111101010010010111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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