#2990AA

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

Shades of Scooter #2990AA

Tints of Scooter #2990AA

Color information

#2990AA (or 0x2990AA) is unknown color: approx Scooter. HEX triplet: 29, 90 and AA. RGB value is (41,144,170). Sum of RGB (Red+Green+Blue) = 41+144+170=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #2990AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2990AA is #D66F55. Grayscale: #737373. Windows color (decimal): -14053206 or 11178025. OLE color: 11178025.

HSL color Cylindrical-coordinate representation of color #2990AA: hue angle of 192.09º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2990AA is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41144170-
CMYK0.760.1500.33
HSL192.09º61.14%41.37%-
HSV(B)192.09º75.88%66.67%-
XYZ18.1423.3241.58-
YUV116.17158.3874.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.55%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=11.55%
G=40.56%
B=47.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411441700.760.1500.33192.0961.1441.37
Hex2990AA4CF021c03d29
Octal51220252114170413007551
Binary101001100100001010101010011001111010000111000000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2990AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2990AA; }

 p { color: rgb(41,144,170); }

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

<style>
 a { background-color: #2990AA; }

 a { background-color: rgb(41,144,170); }

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

<style>
 span { border-color: #2990AA; }

 span { border-color: rgb(41,144,170); }

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