Html Css Color HEX #346258 Eden

📋 copy color: '#346258'

red 52 ◦ green 98 ◦ blue 88

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

Shades of Eden #346258

Tints of Eden #346258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.18%

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 21.85%
G = 41.18%
B = 36.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#346258 (or 0x346258) is known color: Eden. HEX triplet: 34, 62 and 58. RGB value is (52,98,88). Sum of RGB (Red+Green+Blue) = 52+98+88=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #346258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346258 is #CB9DA7. Grayscale: #535353. Windows color (decimal): -13344168 or 5792308. OLE color: 5792308.

HSL color Cylindrical-coordinate representation of color #346258: hue angle of 166.96º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346258 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 88 -
CMYK 0.47 0 0.10 0.62
HSL 166.96º 0.31% 0.29% -
HSV(B) 166.96º 0.47% 0.38% -
XYZ 7.55 10.17 10.8 -
YUV 83.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 52 98 88 0.47 0 0.10 0.62 166.96 0.31 0.29
Hex 34 62 58 2F 0 A 3E A7 1F 1D
Octal 64 142 130 57 0 12 76 247 37 35
Binary 110100 1100010 1011000 101111 0 1010 111110 10100111 11111 11101

Color Harmonies of #346258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346258

Black with #346258

Text Example


Text Example

White with #346258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346258; }

 p { color: rgb(52,98,88); }

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

background-color css

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

 a { background-color: rgb(52,98,88); }

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

border-color css

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

 span { border-color: rgb(52,98,88); }

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