Shades of Cello #34505E
Tints of Cello #34505E
RGB
CMYK
RGB Variations
Color information
#34505E (or 0x34505E) is known color: Cello. HEX triplet: 34, 50 and 5E. RGB value is (52,80,94). Sum of RGB (Red+Green+Blue) = 52+80+94=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #34505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34505E is #CBAFA1. Grayscale: #494949. Windows color (decimal): -13348770 or 6180916. OLE color: 6180916.
HSL color Cylindrical-coordinate representation of color #34505E: hue angle of 200º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34505E is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 80 | 94 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.63 |
| HSL | 200º | 0.29% | 0.29% | - |
| HSV(B) | 200º | 0.45% | 0.37% | - |
| XYZ | 6.31 | 7.28 | 11.66 | - |
| YUV | 73.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 94 | 0.45 | 0.15 | 0 | 0.63 | 200 | 0.29 | 0.29 |
| Hex | 34 | 50 | 5E | 2D | F | 0 | 3F | C8 | 1D | 1D |
| Octal | 64 | 120 | 136 | 55 | 17 | 0 | 77 | 310 | 35 | 35 |
| Binary | 110100 | 1010000 | 1011110 | 101101 | 1111 | 0 | 111111 | 11001000 | 11101 | 11101 |
Color Harmonies of #34505E
Complementary color
Monochromatic Colors of #34505E
Black with #34505E
Text Example
Text Example
White with #34505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34505E; }
p { color: rgb(52,80,94); }
H1.HeaderClassName
{
color: #34505E;
}
.AnyTagClassName
{
color: #34505E;
}
</style>
background-color css
<style>
a { background-color: #34505E; }
a { background-color: rgb(52,80,94); }
div.DivClassName
{
background-color: #34505E;
}
.BgClassName
{
background-color: #34505E;
}
</style>
border-color css
<style>
span { border-color: #34505E; }
span { border-color: rgb(52,80,94); }
td.TdClassName
{
border-color: #34505E;
}
.TagClassName
{
border-color: #34505E;
}
</style>