#2987A9

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

Shades of Scooter #2987A9

Tints of Scooter #2987A9

Color information

#2987A9 (or 0x2987A9) is unknown color: approx Scooter. HEX triplet: 29, 87 and A9. RGB value is (41,135,169). Sum of RGB (Red+Green+Blue) = 41+135+169=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #2987A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2987A9 is #D67856. Grayscale: #6E6E6E. Windows color (decimal): -14055511 or 11110185. OLE color: 11110185.

HSL color Cylindrical-coordinate representation of color #2987A9: hue angle of 195.94º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2987A9 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB41135169-
CMYK0.760.2000.34
HSL195.94º60.95%41.18%-
HSV(B)195.94º75.74%66.27%-
XYZ16.7420.6640.64-
YUV110.77160.8678.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.88%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=11.88%
G=39.13%
B=48.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal411351690.760.2000.34195.9460.9541.18
Hex2987A94C14022c43d29
Octal51207251114240423047551
Binary1010011000011110101001100110010100010001011000100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2987A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2987A9; }

 p { color: rgb(41,135,169); }

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

<style>
 a { background-color: #2987A9; }

 a { background-color: rgb(41,135,169); }

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

<style>
 span { border-color: #2987A9; }

 span { border-color: rgb(41,135,169); }

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