#2984AA

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

Shades of Scooter #2984AA

Tints of Scooter #2984AA

Color information

#2984AA (or 0x2984AA) is unknown color: approx Scooter. HEX triplet: 29, 84 and AA. RGB value is (41,132,170). Sum of RGB (Red+Green+Blue) = 41+132+170=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #2984AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2984AA is #D67B55. Grayscale: #6C6C6C. Windows color (decimal): -14056278 or 11174953. OLE color: 11174953.

HSL color Cylindrical-coordinate representation of color #2984AA: hue angle of 197.67º 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 #2984AA is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41132170-
CMYK0.760.2200.33
HSL197.67º61.14%41.37%-
HSV(B)197.67º75.88%66.67%-
XYZ16.4219.8841-
YUV109.12162.3579.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.95%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=11.95%
G=38.48%
B=49.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411321700.760.2200.33197.6761.1441.37
Hex2984AA4C16021c63d29
Octal51204252114260413067551
Binary1010011000010010101010100110010110010000111000110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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