Html Css Color HEX #347E80 Atoll

📋 copy color: '#347E80'

red 52 ◦ green 126 ◦ blue 128

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

Shades of Atoll #347E80

Tints of Atoll #347E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

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

R = 16.99%
G = 41.18%
B = 41.83%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#347E80 (or 0x347E80) is known color: Atoll. HEX triplet: 34, 7E and 80. RGB value is (52,126,128). Sum of RGB (Red+Green+Blue) = 52+126+128=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #347E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E80 is #CB817F. Grayscale: #686868. Windows color (decimal): -13336960 or 8420916. OLE color: 8420916.

HSL color Cylindrical-coordinate representation of color #347E80: hue angle of 181.58º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E80 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 126 128 -
CMYK 0.59 0.02 0 0.50
HSL 181.58º 0.42% 0.35% -
HSV(B) 181.58º 0.59% 0.5% -
XYZ 12.77 17.21 23.07 -
YUV 104.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 52 126 128 0.59 0.02 0 0.50 181.58 0.42 0.35
Hex 34 7E 80 3B 2 0 32 B6 2A 23
Octal 64 176 200 73 2 0 62 266 52 43
Binary 110100 1111110 10000000 111011 10 0 110010 10110110 101010 100011

Color Harmonies of #347E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E80

Black with #347E80

Text Example


Text Example

White with #347E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347E80; }

 p { color: rgb(52,126,128); }

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

background-color css

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

 a { background-color: rgb(52,126,128); }

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

border-color css

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

 span { border-color: rgb(52,126,128); }

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