#287F90

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

Shades of Scooter #287F90

Tints of Scooter #287F90

Color information

#287F90 (or 0x287F90) is unknown color: approx Scooter. HEX triplet: 28, 7F and 90. RGB value is (40,127,144). Sum of RGB (Red+Green+Blue) = 40+127+144=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #287F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F90 is #D7806F. Grayscale: #666666. Windows color (decimal): -14123120 or 9469736. OLE color: 9469736.

HSL color Cylindrical-coordinate representation of color #287F90: hue angle of 189.81º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287F90 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40127144-
CMYK0.720.1200.44
HSL189.81º56.52%36.08%-
HSV(B)189.81º72.22%56.47%-
XYZ13.517.6429.08-
YUV102.92151.1883.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=12.86%
G=40.84%
B=46.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401271440.720.1200.44189.8156.5236.08
Hex287F9048C02Cbe3924
Octal50177220110140542767144
Binary10100011111111001000010010001100010110010111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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