Html Css Color HEX #347066 Genoa

📋 copy color: '#347066'

red 52 ◦ green 112 ◦ blue 102

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

Shades of Genoa #347066

Tints of Genoa #347066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 19.55%
G = 42.11%
B = 38.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#347066 (or 0x347066) is known color: Genoa. HEX triplet: 34, 70 and 66. RGB value is (52,112,102). Sum of RGB (Red+Green+Blue) = 52+112+102=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #347066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347066 is #CB8F99. Grayscale: #5C5C5C. Windows color (decimal): -13340570 or 6713396. OLE color: 6713396.

HSL color Cylindrical-coordinate representation of color #347066: hue angle of 170º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347066 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 102 -
CMYK 0.54 0 0.09 0.56
HSL 170º 0.37% 0.32% -
HSV(B) 170º 0.54% 0.44% -
XYZ 9.61 13.28 14.63 -
YUV 92.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 52 112 102 0.54 0 0.09 0.56 170 0.37 0.32
Hex 34 70 66 36 0 9 38 AA 25 20
Octal 64 160 146 66 0 11 70 252 45 40
Binary 110100 1110000 1100110 110110 0 1001 111000 10101010 100101 100000

Color Harmonies of #347066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347066

Black with #347066

Text Example


Text Example

White with #347066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347066; }

 p { color: rgb(52,112,102); }

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

background-color css

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

 a { background-color: rgb(52,112,102); }

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

border-color css

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

 span { border-color: rgb(52,112,102); }

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