Html Css Color HEX #346660 Eden

📋 copy color: '#346660'

red 52 ◦ green 102 ◦ blue 96

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

Shades of Eden #346660

Tints of Eden #346660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

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

R = 20.8%
G = 40.8%
B = 38.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#346660 (or 0x346660) is known color: Eden. HEX triplet: 34, 66 and 60. RGB value is (52,102,96). Sum of RGB (Red+Green+Blue) = 52+102+96=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #346660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346660 is #CB999F. Grayscale: #565656. Windows color (decimal): -13343136 or 6317620. OLE color: 6317620.

HSL color Cylindrical-coordinate representation of color #346660: hue angle of 172.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346660 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 102 96 -
CMYK 0.49 0 0.06 0.6
HSL 172.8º 0.32% 0.3% -
HSV(B) 172.8º 0.49% 0.4% -
XYZ 8.28 11.08 12.77 -
YUV 86.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 52 102 96 0.49 0 0.06 0.6 172.8 0.32 0.3
Hex 34 66 60 31 0 6 3C AD 20 1E
Octal 64 146 140 61 0 6 74 255 40 36
Binary 110100 1100110 1100000 110001 0 110 111100 10101101 100000 11110

Color Harmonies of #346660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346660

Black with #346660

Text Example


Text Example

White with #346660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346660; }

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

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

background-color css

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

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

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

border-color css

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

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

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