Shades of Cello #34515F
Tints of Cello #34515F
RGB
CMYK
RGB Variations
Color information
#34515F (or 0x34515F) is known color: Cello. HEX triplet: 34, 51 and 5F. RGB value is (52,81,95). Sum of RGB (Red+Green+Blue) = 52+81+95=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #34515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34515F is #CBAEA0. Grayscale: #494949. Windows color (decimal): -13348513 or 6246708. OLE color: 6246708.
HSL color Cylindrical-coordinate representation of color #34515F: hue angle of 199.53º 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 #34515F is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 81 | 95 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.63 |
| HSL | 199.53º | 0.29% | 0.29% | - |
| HSV(B) | 199.53º | 0.45% | 0.37% | - |
| XYZ | 6.42 | 7.44 | 11.92 | - |
| YUV | 73.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 95 | 0.45 | 0.15 | 0 | 0.63 | 199.53 | 0.29 | 0.29 |
| Hex | 34 | 51 | 5F | 2D | F | 0 | 3F | C8 | 1D | 1D |
| Octal | 64 | 121 | 137 | 55 | 17 | 0 | 77 | 310 | 35 | 35 |
| Binary | 110100 | 1010001 | 1011111 | 101101 | 1111 | 0 | 111111 | 11001000 | 11101 | 11101 |
Color Harmonies of #34515F
Complementary color
Monochromatic Colors of #34515F
Black with #34515F
Text Example
Text Example
White with #34515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34515F; }
p { color: rgb(52,81,95); }
H1.HeaderClassName
{
color: #34515F;
}
.AnyTagClassName
{
color: #34515F;
}
</style>
background-color css
<style>
a { background-color: #34515F; }
a { background-color: rgb(52,81,95); }
div.DivClassName
{
background-color: #34515F;
}
.BgClassName
{
background-color: #34515F;
}
</style>
border-color css
<style>
span { border-color: #34515F; }
span { border-color: rgb(52,81,95); }
td.TdClassName
{
border-color: #34515F;
}
.TagClassName
{
border-color: #34515F;
}
</style>