Html Css Color HEX #337076 Atoll

📋 copy color: '#337076'

red 51 ◦ green 112 ◦ blue 118

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

Shades of Atoll #337076

Tints of Atoll #337076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 18.15%
G = 39.86%
B = 41.99%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#337076 (or 0x337076) is known color: Atoll. HEX triplet: 33, 70 and 76. RGB value is (51,112,118). Sum of RGB (Red+Green+Blue) = 51+112+118=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #337076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337076 is #CC8F89. Grayscale: #5E5E5E. Windows color (decimal): -13406090 or 7761971. OLE color: 7761971.

HSL color Cylindrical-coordinate representation of color #337076: hue angle of 185.37º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337076 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 112 118 -
CMYK 0.57 0.05 0 0.54
HSL 185.37º 0.4% 0.33% -
HSV(B) 185.37º 0.57% 0.46% -
XYZ 10.43 13.6 19.21 -
YUV 94.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 51 112 118 0.57 0.05 0 0.54 185.37 0.4 0.33
Hex 33 70 76 39 5 0 36 B9 28 21
Octal 63 160 166 71 5 0 66 271 50 41
Binary 110011 1110000 1110110 111001 101 0 110110 10111001 101000 100001

Color Harmonies of #337076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337076

Black with #337076

Text Example


Text Example

White with #337076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337076; }

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

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

background-color css

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

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

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

border-color css

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

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

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