Html Css Color HEX #346F67 Genoa

📋 copy color: '#346F67'

red 52 ◦ green 111 ◦ blue 103

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

Shades of Genoa #346F67

Tints of Genoa #346F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.73%

 BLUE value IS 103 (40.63% from 255) = 38.72%

R = 19.55%
G = 41.73%
B = 38.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#346F67 (or 0x346F67) is known color: Genoa. HEX triplet: 34, 6F and 67. RGB value is (52,111,103). Sum of RGB (Red+Green+Blue) = 52+111+103=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #346F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F67 is #CB9098. Grayscale: #5C5C5C. Windows color (decimal): -13340825 or 6778676. OLE color: 6778676.

HSL color Cylindrical-coordinate representation of color #346F67: hue angle of 171.86º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F67 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 103 -
CMYK 0.53 0 0.07 0.56
HSL 171.86º 0.36% 0.32% -
HSV(B) 171.86º 0.53% 0.44% -
XYZ 9.55 13.08 14.85 -
YUV 92.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 52 111 103 0.53 0 0.07 0.56 171.86 0.36 0.32
Hex 34 6F 67 35 0 7 38 AC 24 20
Octal 64 157 147 65 0 7 70 254 44 40
Binary 110100 1101111 1100111 110101 0 111 111000 10101100 100100 100000

Color Harmonies of #346F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F67

Black with #346F67

Text Example


Text Example

White with #346F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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