Html Css Color HEX #347D7E Atoll

📋 copy color: '#347D7E'

red 52 ◦ green 125 ◦ blue 126

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

Shades of Atoll #347D7E

Tints of Atoll #347D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 17.16%
G = 41.25%
B = 41.58%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#347D7E (or 0x347D7E) is known color: Atoll. HEX triplet: 34, 7D and 7E. RGB value is (52,125,126). Sum of RGB (Red+Green+Blue) = 52+125+126=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #347D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D7E is #CB8281. Grayscale: #676767. Windows color (decimal): -13337218 or 8289588. OLE color: 8289588.

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

Color convert

RGB 52 125 126 -
CMYK 0.59 0.01 0 0.51
HSL 180.81º 0.42% 0.35% -
HSV(B) 180.81º 0.59% 0.49% -
XYZ 12.52 16.9 22.34 -
YUV 103.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 52 125 126 0.59 0.01 0 0.51 180.81 0.42 0.35
Hex 34 7D 7E 3B 1 0 33 B5 2A 23
Octal 64 175 176 73 1 0 63 265 52 43
Binary 110100 1111101 1111110 111011 1 0 110011 10110101 101010 100011

Color Harmonies of #347D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D7E

Black with #347D7E

Text Example


Text Example

White with #347D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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