Html Css Color HEX #346865 Genoa

📋 copy color: '#346865'

red 52 ◦ green 104 ◦ blue 101

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

Shades of Genoa #346865

Tints of Genoa #346865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

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

R = 20.23%
G = 40.47%
B = 39.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#346865 (or 0x346865) is known color: Genoa. HEX triplet: 34, 68 and 65. RGB value is (52,104,101). Sum of RGB (Red+Green+Blue) = 52+104+101=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #346865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346865 is #CB979A. Grayscale: #585858. Windows color (decimal): -13342619 or 6645812. OLE color: 6645812.

HSL color Cylindrical-coordinate representation of color #346865: hue angle of 176.54º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346865 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 101 -
CMYK 0.50 0 0.03 0.59
HSL 176.54º 0.33% 0.31% -
HSV(B) 176.54º 0.5% 0.41% -
XYZ 8.72 11.57 14.09 -
YUV 88.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 52 104 101 0.50 0 0.03 0.59 176.54 0.33 0.31
Hex 34 68 65 32 0 3 3B B1 21 1F
Octal 64 150 145 62 0 3 73 261 41 37
Binary 110100 1101000 1100101 110010 0 11 111011 10110001 100001 11111

Color Harmonies of #346865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346865

Black with #346865

Text Example


Text Example

White with #346865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346865; }

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

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

background-color css

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

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

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

border-color css

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

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

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