Html Css Color HEX #347776 Atoll

📋 copy color: '#347776'

red 52 ◦ green 119 ◦ blue 118

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

Shades of Atoll #347776

Tints of Atoll #347776

RGB

 RED value IS 52 (20.7% from 255) = 17.99%

 GREEN value IS 119 (46.88% from 255) = 41.18%

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

R = 17.99%
G = 41.18%
B = 40.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#347776 (or 0x347776) is known color: Atoll. HEX triplet: 34, 77 and 76. RGB value is (52,119,118). Sum of RGB (Red+Green+Blue) = 52+119+118=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #347776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347776 is #CB8889. Grayscale: #626262. Windows color (decimal): -13338762 or 7763764. OLE color: 7763764.

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

Color convert

RGB 52 119 118 -
CMYK 0.56 0 0.01 0.53
HSL 179.1º 0.39% 0.34% -
HSV(B) 179.1º 0.56% 0.47% -
XYZ 11.28 15.23 19.48 -
YUV 98.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 52 119 118 0.56 0 0.01 0.53 179.1 0.39 0.34
Hex 34 77 76 38 0 1 35 B3 27 22
Octal 64 167 166 70 0 1 65 263 47 42
Binary 110100 1110111 1110110 111000 0 1 110101 10110011 100111 100010

Color Harmonies of #347776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347776

Black with #347776

Text Example


Text Example

White with #347776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347776; }

 p { color: rgb(52,119,118); }

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

background-color css

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

 a { background-color: rgb(52,119,118); }

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

border-color css

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

 span { border-color: rgb(52,119,118); }

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