Html Css Color HEX #347E6F Genoa

📋 copy color: '#347E6F'

red 52 ◦ green 126 ◦ blue 111

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

Shades of Genoa #347E6F

Tints of Genoa #347E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 17.99%
G = 43.6%
B = 38.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#347E6F (or 0x347E6F) is known color: Genoa. HEX triplet: 34, 7E and 6F. RGB value is (52,126,111). Sum of RGB (Red+Green+Blue) = 52+126+111=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #347E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E6F is #CB8190. Grayscale: #666666. Windows color (decimal): -13336977 or 7306804. OLE color: 7306804.

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

Color convert

RGB 52 126 111 -
CMYK 0.59 0 0.12 0.51
HSL 167.84º 0.42% 0.35% -
HSV(B) 167.84º 0.59% 0.49% -
XYZ 11.75 16.8 17.66 -
YUV 102.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 52 126 111 0.59 0 0.12 0.51 167.84 0.42 0.35
Hex 34 7E 6F 3B 0 C 33 A8 2A 23
Octal 64 176 157 73 0 14 63 250 52 43
Binary 110100 1111110 1101111 111011 0 1100 110011 10101000 101010 100011

Color Harmonies of #347E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E6F

Black with #347E6F

Text Example


Text Example

White with #347E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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