#287F9B

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

Shades of Scooter #287F9B

Tints of Scooter #287F9B

Color information

#287F9B (or 0x287F9B) is unknown color: approx Scooter. HEX triplet: 28, 7F and 9B. RGB value is (40,127,155). Sum of RGB (Red+Green+Blue) = 40+127+155=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #287F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287F9B is #D78064. Grayscale: #676767. Windows color (decimal): -14123109 or 10190632. OLE color: 10190632.

HSL color Cylindrical-coordinate representation of color #287F9B: hue angle of 194.61º 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 #287F9B is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40127155-
CMYK0.740.1800.39
HSL194.61º58.97%38.24%-
HSV(B)194.61º74.19%60.78%-
XYZ14.381833.73-
YUV104.18156.6882.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.42%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=12.42%
G=39.44%
B=48.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401271550.740.1800.39194.6158.9738.24
Hex287F9B4A12027c33b26
Octal50177233112220473037346
Binary101000111111110011011100101010010010011111000011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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