Html Css Color HEX #346765 Genoa

📋 copy color: '#346765'

red 52 ◦ green 103 ◦ blue 101

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

Shades of Genoa #346765

Tints of Genoa #346765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 20.31%
G = 40.23%
B = 39.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#346765 (or 0x346765) is known color: Genoa. HEX triplet: 34, 67 and 65. RGB value is (52,103,101). Sum of RGB (Red+Green+Blue) = 52+103+101=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #346765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346765 is #CB989A. Grayscale: #575757. Windows color (decimal): -13342875 or 6645556. OLE color: 6645556.

HSL color Cylindrical-coordinate representation of color #346765: hue angle of 177.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346765 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 101 -
CMYK 0.50 0 0.02 0.60
HSL 177.65º 0.33% 0.3% -
HSV(B) 177.65º 0.5% 0.4% -
XYZ 8.62 11.37 14.05 -
YUV 87.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 52 103 101 0.50 0 0.02 0.60 177.65 0.33 0.3
Hex 34 67 65 32 0 2 3C B2 21 1E
Octal 64 147 145 62 0 2 74 262 41 36
Binary 110100 1100111 1100101 110010 0 10 111100 10110010 100001 11110

Color Harmonies of #346765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346765

Black with #346765

Text Example


Text Example

White with #346765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346765; }

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

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

background-color css

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

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

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

border-color css

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

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

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