Html Css Color HEX #337079 Atoll

📋 copy color: '#337079'

red 51 ◦ green 112 ◦ blue 121

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

Shades of Atoll #337079

Tints of Atoll #337079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 121 (47.66% from 255) = 42.61%

R = 17.96%
G = 39.44%
B = 42.61%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#337079 (or 0x337079) is known color: Atoll. HEX triplet: 33, 70 and 79. RGB value is (51,112,121). Sum of RGB (Red+Green+Blue) = 51+112+121=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #337079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337079 is #CC8F86. Grayscale: #5E5E5E. Windows color (decimal): -13406087 or 7958579. OLE color: 7958579.

HSL color Cylindrical-coordinate representation of color #337079: hue angle of 187.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337079 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 112 121 -
CMYK 0.58 0.07 0 0.53
HSL 187.71º 0.41% 0.34% -
HSV(B) 187.71º 0.58% 0.47% -
XYZ 10.61 13.67 20.17 -
YUV 94.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 51 112 121 0.58 0.07 0 0.53 187.71 0.41 0.34
Hex 33 70 79 3A 7 0 35 BC 29 22
Octal 63 160 171 72 7 0 65 274 51 42
Binary 110011 1110000 1111001 111010 111 0 110101 10111100 101001 100010

Color Harmonies of #337079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337079

Black with #337079

Text Example


Text Example

White with #337079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337079; }

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

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

background-color css

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

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

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

border-color css

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

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

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