#287D9B

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

Shades of Scooter #287D9B

Tints of Scooter #287D9B

Color information

#287D9B (or 0x287D9B) is unknown color: approx Scooter. HEX triplet: 28, 7D and 9B. RGB value is (40,125,155). Sum of RGB (Red+Green+Blue) = 40+125+155=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #287D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D9B is #D78264. Grayscale: #666666. Windows color (decimal): -14123621 or 10190120. OLE color: 10190120.

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

Color convert

RGB40125155-
CMYK0.740.1900.39
HSL195.65º58.97%38.24%-
HSV(B)195.65º74.19%60.78%-
XYZ14.1317.4833.64-
YUV103157.3483.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.5%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=12.5%
G=39.06%
B=48.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401251550.740.1900.39195.6558.9738.24
Hex287D9B4A13027c43b26
Octal50175233112230473047346
Binary101000111110110011011100101010011010011111000100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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