#287D96

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

Shades of Scooter #287D96

Tints of Scooter #287D96

Color information

#287D96 (or 0x287D96) is unknown color: approx Scooter. HEX triplet: 28, 7D and 96. RGB value is (40,125,150). Sum of RGB (Red+Green+Blue) = 40+125+150=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #287D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D96 is #D78269. Grayscale: #666666. Windows color (decimal): -14123626 or 9862440. OLE color: 9862440.

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

Color convert

RGB40125150-
CMYK0.730.1700.41
HSL193.64º57.89%37.25%-
HSV(B)193.64º73.33%58.82%-
XYZ13.7117.3231.47-
YUV102.44154.8483.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=12.70%
G=39.68%
B=47.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401251500.730.1700.41193.6457.8937.25
Hex287D964911029c23a25
Octal50175226111210513027245
Binary101000111110110010110100100110001010100111000010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,125,150); }

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

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

 a { background-color: rgb(40,125,150); }

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

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

 span { border-color: rgb(40,125,150); }

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