Shades of Cello #34475D
Tints of Cello #34475D
RGB
CMYK
RGB Variations
Color information
#34475D (or 0x34475D) is known color: Cello. HEX triplet: 34, 47 and 5D. RGB value is (52,71,93). Sum of RGB (Red+Green+Blue) = 52+71+93=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #34475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34475D is #CBB8A2. Grayscale: #434343. Windows color (decimal): -13351075 or 6113076. OLE color: 6113076.
HSL color Cylindrical-coordinate representation of color #34475D: hue angle of 212.2º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34475D is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 71 | 93 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.64 |
| HSL | 212.2º | 0.28% | 0.28% | - |
| HSV(B) | 212.2º | 0.44% | 0.36% | - |
| XYZ | 5.65 | 6.03 | 11.22 | - |
| YUV | 67.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 93 | 0.44 | 0.24 | 0 | 0.64 | 212.2 | 0.28 | 0.28 |
| Hex | 34 | 47 | 5D | 2C | 18 | 0 | 40 | D4 | 1C | 1C |
| Octal | 64 | 107 | 135 | 54 | 30 | 0 | 100 | 324 | 34 | 34 |
| Binary | 110100 | 1000111 | 1011101 | 101100 | 11000 | 0 | 1000000 | 11010100 | 11100 | 11100 |
Color Harmonies of #34475D
Complementary color
Monochromatic Colors of #34475D
Black with #34475D
Text Example
Text Example
White with #34475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34475D; }
p { color: rgb(52,71,93); }
H1.HeaderClassName
{
color: #34475D;
}
.AnyTagClassName
{
color: #34475D;
}
</style>
background-color css
<style>
a { background-color: #34475D; }
a { background-color: rgb(52,71,93); }
div.DivClassName
{
background-color: #34475D;
}
.BgClassName
{
background-color: #34475D;
}
</style>
border-color css
<style>
span { border-color: #34475D; }
span { border-color: rgb(52,71,93); }
td.TdClassName
{
border-color: #34475D;
}
.TagClassName
{
border-color: #34475D;
}
</style>