Html Css Color HEX #34665B Eden

📋 copy color: '#34665B'

red 52 ◦ green 102 ◦ blue 91

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

Shades of Eden #34665B

Tints of Eden #34665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 21.22%
G = 41.63%
B = 37.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#34665B (or 0x34665B) is known color: Eden. HEX triplet: 34, 66 and 5B. RGB value is (52,102,91). Sum of RGB (Red+Green+Blue) = 52+102+91=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #34665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665B is #CB99A4. Grayscale: #555555. Windows color (decimal): -13343141 or 5989940. OLE color: 5989940.

HSL color Cylindrical-coordinate representation of color #34665B: hue angle of 166.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 #34665B is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 102 91 -
CMYK 0.49 0 0.11 0.6
HSL 166.8º 0.32% 0.3% -
HSV(B) 166.8º 0.49% 0.4% -
XYZ 8.06 10.99 11.59 -
YUV 85.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 52 102 91 0.49 0 0.11 0.6 166.8 0.32 0.3
Hex 34 66 5B 31 0 B 3C A7 20 1E
Octal 64 146 133 61 0 13 74 247 40 36
Binary 110100 1100110 1011011 110001 0 1011 111100 10100111 100000 11110

Color Harmonies of #34665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34665B

Black with #34665B

Text Example


Text Example

White with #34665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34665B; }

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

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

background-color css

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

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

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

border-color css

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

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

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