#287fa0

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

Shades of Scooter #287FA0

Tints of Scooter #287FA0

Color information

#287FA0 (or 0x287FA0) is unknown color: approx Scooter. HEX triplet: 28, 7F and A0. RGB value is (40,127,160). Sum of RGB (Red+Green+Blue) = 40+127+160=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 160 - color contains mainly: blue. Hex color #287FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287FA0 is #D7805F. Grayscale: #686868. Windows color (decimal): -14123104 or 10518312. OLE color: 10518312.

HSL color Cylindrical-coordinate representation of color #287FA0: hue angle of 196.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #287FA0 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB40127160-
CMYK0.750.2100.37
HSL196.5º60%39.22%-
HSV(B)196.5º75%62.75%-
XYZ14.8118.1735.98-
YUV104.75159.1881.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 160 (62.89% from 255) = 48.93%
R=12.23%
G=38.84%
B=48.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401271600.750.2100.37196.56039.22
Hex287FA04B15025c43c27
Octal50177240113250453047447
Binary101000111111110100000100101110101010010111000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287fa0; }

 p { color: rgb(40,127,160); }

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

<style>
 a { background-color: #287fa0; }

 a { background-color: rgb(40,127,160); }

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

<style>
 span { border-color: #287fa0; }

 span { border-color: rgb(40,127,160); }

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