#2983AA

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

Shades of Scooter #2983AA

Tints of Scooter #2983AA

Color information

#2983AA (or 0x2983AA) is unknown color: approx Scooter. HEX triplet: 29, 83 and AA. RGB value is (41,131,170). Sum of RGB (Red+Green+Blue) = 41+131+170=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #2983AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2983AA is #D67C55. Grayscale: #6C6C6C. Windows color (decimal): -14056534 or 11174697. OLE color: 11174697.

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

Color convert

RGB41131170-
CMYK0.760.2300.33
HSL198.14º61.14%41.37%-
HSV(B)198.14º75.88%66.67%-
XYZ16.2919.6140.96-
YUV108.54162.6879.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=11.99%
G=38.30%
B=49.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411311700.760.2300.33198.1461.1441.37
Hex2983AA4C17021c63d29
Octal51203252114270413067551
Binary1010011000001110101010100110010111010000111000110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2983AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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