#287C94

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

Shades of Scooter #287C94

Tints of Scooter #287C94

Color information

#287C94 (or 0x287C94) is unknown color: approx Scooter. HEX triplet: 28, 7C and 94. RGB value is (40,124,148). Sum of RGB (Red+Green+Blue) = 40+124+148=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #287C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C94 is #D7836B. Grayscale: #656565. Windows color (decimal): -14123884 or 9731112. OLE color: 9731112.

HSL color Cylindrical-coordinate representation of color #287C94: hue angle of 193.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287C94 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40124148-
CMYK0.730.1600.42
HSL193.33º57.45%36.86%-
HSV(B)193.33º72.97%58.04%-
XYZ13.431730.59-
YUV101.62154.1784.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=12.82%
G=39.74%
B=47.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401241480.730.1600.42193.3357.4536.86
Hex287C94491002Ac13925
Octal50174224111200523017145
Binary101000111110010010100100100110000010101011000001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,124,148); }

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

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

 a { background-color: rgb(40,124,148); }

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

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

 span { border-color: rgb(40,124,148); }

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