#287D9A

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

Shades of Scooter #287D9A

Tints of Scooter #287D9A

Color information

#287D9A (or 0x287D9A) is unknown color: approx Scooter. HEX triplet: 28, 7D and 9A. RGB value is (40,125,154). Sum of RGB (Red+Green+Blue) = 40+125+154=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #287D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D9A is #D78265. Grayscale: #666666. Windows color (decimal): -14123622 or 10124584. OLE color: 10124584.

HSL color Cylindrical-coordinate representation of color #287D9A: hue angle of 195.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #287D9A is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB40125154-
CMYK0.740.1900.40
HSL195.26º58.76%38.04%-
HSV(B)195.26º74.03%60.39%-
XYZ14.0417.4533.2-
YUV102.89156.8483.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.54%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=12.54%
G=39.18%
B=48.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401251540.740.1900.40195.2658.7638.04
Hex287D9A4A13028c33b26
Octal50175232112230503037346
Binary101000111110110011010100101010011010100011000011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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