Html Css Color HEX #337980 Atoll

📋 copy color: '#337980'

red 51 ◦ green 121 ◦ blue 128

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

Shades of Atoll #337980

Tints of Atoll #337980

RGB

 RED value IS 51 (20.31% from 255) = 17%

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 17%
G = 40.33%
B = 42.67%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#337980 (or 0x337980) is known color: Atoll. HEX triplet: 33, 79 and 80. RGB value is (51,121,128). Sum of RGB (Red+Green+Blue) = 51+121+128=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #337980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337980 is #CC867F. Grayscale: #646464. Windows color (decimal): -13403776 or 8419635. OLE color: 8419635.

HSL color Cylindrical-coordinate representation of color #337980: hue angle of 185.45º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337980 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 121 128 -
CMYK 0.60 0.05 0 0.50
HSL 185.45º 0.43% 0.35% -
HSV(B) 185.45º 0.6% 0.5% -
XYZ 12.1 15.94 22.86 -
YUV 100.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 51 121 128 0.60 0.05 0 0.50 185.45 0.43 0.35
Hex 33 79 80 3C 5 0 32 B9 2B 23
Octal 63 171 200 74 5 0 62 271 53 43
Binary 110011 1111001 10000000 111100 101 0 110010 10111001 101011 100011

Color Harmonies of #337980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337980

Black with #337980

Text Example


Text Example

White with #337980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337980; }

 p { color: rgb(51,121,128); }

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

background-color css

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

 a { background-color: rgb(51,121,128); }

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

border-color css

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

 span { border-color: rgb(51,121,128); }

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