#287FA2

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

Shades of Scooter #287FA2

Tints of Scooter #287FA2

Color information

#287FA2 (or 0x287FA2) is unknown color: approx Scooter. HEX triplet: 28, 7F and A2. RGB value is (40,127,162). Sum of RGB (Red+Green+Blue) = 40+127+162=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #287FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287FA2 is #D7805D. Grayscale: #686868. Windows color (decimal): -14123102 or 10649384. OLE color: 10649384.

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

Color convert

RGB40127162-
CMYK0.750.2200.36
HSL197.21º60.4%39.61%-
HSV(B)197.21º75.31%63.53%-
XYZ14.9918.2436.91-
YUV104.98160.1881.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=12.16%
G=38.60%
B=49.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401271620.750.2200.36197.2160.439.61
Hex287FA24B16024c53c28
Octal50177242113260443057450
Binary101000111111110100010100101110110010010011000101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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