Html Css Color HEX #337077 Atoll

📋 copy color: '#337077'

red 51 ◦ green 112 ◦ blue 119

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

Shades of Atoll #337077

Tints of Atoll #337077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 18.09%
G = 39.72%
B = 42.2%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#337077 (or 0x337077) is known color: Atoll. HEX triplet: 33, 70 and 77. RGB value is (51,112,119). Sum of RGB (Red+Green+Blue) = 51+112+119=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #337077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337077 is #CC8F88. Grayscale: #5E5E5E. Windows color (decimal): -13406089 or 7827507. OLE color: 7827507.

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

Color convert

RGB 51 112 119 -
CMYK 0.57 0.06 0 0.53
HSL 186.18º 0.4% 0.33% -
HSV(B) 186.18º 0.57% 0.47% -
XYZ 10.49 13.62 19.53 -
YUV 94.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 51 112 119 0.57 0.06 0 0.53 186.18 0.4 0.33
Hex 33 70 77 39 6 0 35 BA 28 21
Octal 63 160 167 71 6 0 65 272 50 41
Binary 110011 1110000 1110111 111001 110 0 110101 10111010 101000 100001

Color Harmonies of #337077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337077

Black with #337077

Text Example


Text Example

White with #337077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337077; }

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

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

background-color css

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

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

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

border-color css

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

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

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