Html Css Color HEX #2980AA Scooter

📋 copy color: '#2980AA'

red 41 ◦ green 128 ◦ blue 170

#2980AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #2980AA

Tints of Scooter #2980AA

RGB

 RED value IS 41 (16.41% from 255) = 12.09%

 GREEN value IS 128 (50.39% from 255) = 37.76%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 12.09%
G = 37.76%
B = 50.15%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2980AA (or 0x2980AA) is known color: Scooter. HEX triplet: 29, 80 and AA. RGB value is (41,128,170). Sum of RGB (Red+Green+Blue) = 41+128+170=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #2980AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2980AA is #D67F55. Grayscale: #6A6A6A. Windows color (decimal): -14057302 or 11173929. OLE color: 11173929.

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

Color convert

RGB 41 128 170 -
CMYK 0.76 0.25 0 0.33
HSL 199.53º 0.61% 0.41% -
HSV(B) 199.53º 0.76% 0.67% -
XYZ 15.89 18.81 40.82 -
YUV 106.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 41 128 170 0.76 0.25 0 0.33 199.53 0.61 0.41
Hex 29 80 AA 4C 19 0 21 C8 3D 29
Octal 51 200 252 114 31 0 41 310 75 51
Binary 101001 10000000 10101010 1001100 11001 0 100001 11001000 111101 101001

Color Harmonies of #2980AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980AA

Black with #2980AA

Text Example


Text Example

White with #2980AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2980AA;
 }
 .AnyTagClassName
 {
   color: #2980AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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