Html Css Color HEX #347E7C Atoll

📋 copy color: '#347E7C'

red 52 ◦ green 126 ◦ blue 124

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

Shades of Atoll #347E7C

Tints of Atoll #347E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.06%

R = 17.22%
G = 41.72%
B = 41.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#347E7C (or 0x347E7C) is known color: Atoll. HEX triplet: 34, 7E and 7C. RGB value is (52,126,124). Sum of RGB (Red+Green+Blue) = 52+126+124=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #347E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E7C is #CB8183. Grayscale: #676767. Windows color (decimal): -13336964 or 8158772. OLE color: 8158772.

HSL color Cylindrical-coordinate representation of color #347E7C: hue angle of 178.38º 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 #347E7C is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 126 124 -
CMYK 0.59 0 0.02 0.51
HSL 178.38º 0.42% 0.35% -
HSV(B) 178.38º 0.59% 0.49% -
XYZ 12.52 17.11 21.71 -
YUV 103.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 52 126 124 0.59 0 0.02 0.51 178.38 0.42 0.35
Hex 34 7E 7C 3B 0 2 33 B2 2A 23
Octal 64 176 174 73 0 2 63 262 52 43
Binary 110100 1111110 1111100 111011 0 10 110011 10110010 101010 100011

Color Harmonies of #347E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E7C

Black with #347E7C

Text Example


Text Example

White with #347E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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