Shades of Eden #34665C
Tints of Eden #34665C
RGB
CMYK
RGB Variations
Color information
#34665C (or 0x34665C) is known color: Eden. HEX triplet: 34, 66 and 5C. RGB value is (52,102,92). Sum of RGB (Red+Green+Blue) = 52+102+92=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #34665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665C is #CB99A3. Grayscale: #555555. Windows color (decimal): -13343140 or 6055476. OLE color: 6055476.
HSL color Cylindrical-coordinate representation of color #34665C: hue angle of 168º 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 #34665C is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 92 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.6 |
| HSL | 168º | 0.32% | 0.3% | - |
| HSV(B) | 168º | 0.49% | 0.4% | - |
| XYZ | 8.1 | 11.01 | 11.82 | - |
| YUV | 85.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 92 | 0.49 | 0 | 0.10 | 0.6 | 168 | 0.32 | 0.3 |
| Hex | 34 | 66 | 5C | 31 | 0 | A | 3C | A8 | 20 | 1E |
| Octal | 64 | 146 | 134 | 61 | 0 | 12 | 74 | 250 | 40 | 36 |
| Binary | 110100 | 1100110 | 1011100 | 110001 | 0 | 1010 | 111100 | 10101000 | 100000 | 11110 |
Color Harmonies of #34665C
Complementary color
Monochromatic Colors of #34665C
Black with #34665C
Text Example
Text Example
White with #34665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34665C; }
p { color: rgb(52,102,92); }
H1.HeaderClassName
{
color: #34665C;
}
.AnyTagClassName
{
color: #34665C;
}
</style>
background-color css
<style>
a { background-color: #34665C; }
a { background-color: rgb(52,102,92); }
div.DivClassName
{
background-color: #34665C;
}
.BgClassName
{
background-color: #34665C;
}
</style>
border-color css
<style>
span { border-color: #34665C; }
span { border-color: rgb(52,102,92); }
td.TdClassName
{
border-color: #34665C;
}
.TagClassName
{
border-color: #34665C;
}
</style>