Html Css Color HEX #347A6E Genoa

📋 copy color: '#347A6E'

red 52 ◦ green 122 ◦ blue 110

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

Shades of Genoa #347A6E

Tints of Genoa #347A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.96%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 18.31%
G = 42.96%
B = 38.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#347A6E (or 0x347A6E) is known color: Genoa. HEX triplet: 34, 7A and 6E. RGB value is (52,122,110). Sum of RGB (Red+Green+Blue) = 52+122+110=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #347A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A6E is #CB8591. Grayscale: #636363. Windows color (decimal): -13338002 or 7240244. OLE color: 7240244.

HSL color Cylindrical-coordinate representation of color #347A6E: hue angle of 169.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347A6E is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 122 110 -
CMYK 0.57 0 0.10 0.52
HSL 169.71º 0.4% 0.34% -
HSV(B) 169.71º 0.57% 0.48% -
XYZ 11.19 15.77 17.21 -
YUV 99.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 52 122 110 0.57 0 0.10 0.52 169.71 0.4 0.34
Hex 34 7A 6E 39 0 A 34 AA 28 22
Octal 64 172 156 71 0 12 64 252 50 42
Binary 110100 1111010 1101110 111001 0 1010 110100 10101010 101000 100010

Color Harmonies of #347A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A6E

Black with #347A6E

Text Example


Text Example

White with #347A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,110); }

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

background-color css

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

 a { background-color: rgb(52,122,110); }

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

border-color css

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

 span { border-color: rgb(52,122,110); }

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