Html Css Color HEX #2980AC Scooter

📋 copy color: '#2980AC'

red 41 ◦ green 128 ◦ blue 172

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

Shades of Scooter #2980AC

Tints of Scooter #2980AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 12.02%
G = 37.54%
B = 50.44%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2980AC (or 0x2980AC) is known color: Scooter. HEX triplet: 29, 80 and AC. RGB value is (41,128,172). Sum of RGB (Red+Green+Blue) = 41+128+172=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #2980AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2980AC is #D67F53. Grayscale: #6A6A6A. Windows color (decimal): -14057300 or 11305001. OLE color: 11305001.

HSL color Cylindrical-coordinate representation of color #2980AC: hue angle of 200.15º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2980AC is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 128 172 -
CMYK 0.76 0.26 0 0.33
HSL 200.15º 0.62% 0.42% -
HSV(B) 200.15º 0.76% 0.67% -
XYZ 16.08 18.89 41.83 -
YUV 107 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 41 128 172 0.76 0.26 0 0.33 200.15 0.62 0.42
Hex 29 80 AC 4C 1A 0 21 C8 3E 2A
Octal 51 200 254 114 32 0 41 310 76 52
Binary 101001 10000000 10101100 1001100 11010 0 100001 11001000 111110 101010

Color Harmonies of #2980AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980AC

Black with #2980AC

Text Example


Text Example

White with #2980AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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