Html Css Color HEX #346860 Eden

📋 copy color: '#346860'

red 52 ◦ green 104 ◦ blue 96

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

Shades of Eden #346860

Tints of Eden #346860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 20.63%
G = 41.27%
B = 38.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#346860 (or 0x346860) is known color: Eden. HEX triplet: 34, 68 and 60. RGB value is (52,104,96). Sum of RGB (Red+Green+Blue) = 52+104+96=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #346860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346860 is #CB979F. Grayscale: #575757. Windows color (decimal): -13342624 or 6318132. OLE color: 6318132.

HSL color Cylindrical-coordinate representation of color #346860: hue angle of 170.77º 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 #346860 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 96 -
CMYK 0.50 0 0.08 0.59
HSL 170.77º 0.33% 0.31% -
HSV(B) 170.77º 0.5% 0.41% -
XYZ 8.48 11.48 12.83 -
YUV 87.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 52 104 96 0.50 0 0.08 0.59 170.77 0.33 0.31
Hex 34 68 60 32 0 8 3B AB 21 1F
Octal 64 150 140 62 0 10 73 253 41 37
Binary 110100 1101000 1100000 110010 0 1000 111011 10101011 100001 11111

Color Harmonies of #346860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346860

Black with #346860

Text Example


Text Example

White with #346860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346860; }

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

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

background-color css

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

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

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

border-color css

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

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

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