#288FA4

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

Shades of Scooter #288FA4

Tints of Scooter #288FA4

Color information

#288FA4 (or 0x288FA4) is unknown color: approx Scooter. HEX triplet: 28, 8F and A4. RGB value is (40,143,164). Sum of RGB (Red+Green+Blue) = 40+143+164=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #288FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FA4 is #D7705B. Grayscale: #727272. Windows color (decimal): -14119004 or 10784552. OLE color: 10784552.

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

Color convert

RGB40143164-
CMYK0.760.1300.36
HSL190.16º60.78%40%-
HSV(B)190.16º75.61%64.31%-
XYZ17.422.7838.6-
YUV114.6155.8874.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=11.53%
G=41.21%
B=47.26%

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
Decimal401431640.760.1300.36190.1660.7840
Hex288FA44CD024be3d28
Octal50217244114150442767550
Binary101000100011111010010010011001101010010010111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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