Shades of Cello #345161
Tints of Cello #345161
RGB
CMYK
RGB Variations
Color information
#345161 (or 0x345161) is known color: Cello. HEX triplet: 34, 51 and 61. RGB value is (52,81,97). Sum of RGB (Red+Green+Blue) = 52+81+97=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #345161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345161 is #CBAE9E. Grayscale: #4A4A4A. Windows color (decimal): -13348511 or 6377780. OLE color: 6377780.
HSL color Cylindrical-coordinate representation of color #345161: hue angle of 201.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345161 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 81 | 97 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.62 |
| HSL | 201.33º | 0.3% | 0.29% | - |
| HSV(B) | 201.33º | 0.46% | 0.38% | - |
| XYZ | 6.52 | 7.48 | 12.41 | - |
| YUV | 74.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 97 | 0.46 | 0.16 | 0 | 0.62 | 201.33 | 0.3 | 0.29 |
| Hex | 34 | 51 | 61 | 2E | 10 | 0 | 3E | C9 | 1E | 1D |
| Octal | 64 | 121 | 141 | 56 | 20 | 0 | 76 | 311 | 36 | 35 |
| Binary | 110100 | 1010001 | 1100001 | 101110 | 10000 | 0 | 111110 | 11001001 | 11110 | 11101 |
Color Harmonies of #345161
Complementary color
Monochromatic Colors of #345161
Black with #345161
Text Example
Text Example
White with #345161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345161; }
p { color: rgb(52,81,97); }
H1.HeaderClassName
{
color: #345161;
}
.AnyTagClassName
{
color: #345161;
}
</style>
background-color css
<style>
a { background-color: #345161; }
a { background-color: rgb(52,81,97); }
div.DivClassName
{
background-color: #345161;
}
.BgClassName
{
background-color: #345161;
}
</style>
border-color css
<style>
span { border-color: #345161; }
span { border-color: rgb(52,81,97); }
td.TdClassName
{
border-color: #345161;
}
.TagClassName
{
border-color: #345161;
}
</style>