Shades of Cello #344861
Tints of Cello #344861
RGB
CMYK
RGB Variations
Color information
#344861 (or 0x344861) is known color: Cello. HEX triplet: 34, 48 and 61. RGB value is (52,72,97). Sum of RGB (Red+Green+Blue) = 52+72+97=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #344861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344861 is #CBB79E. Grayscale: #444444. Windows color (decimal): -13350815 or 6375476. OLE color: 6375476.
HSL color Cylindrical-coordinate representation of color #344861: hue angle of 213.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 #344861 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 72 | 97 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.62 |
| HSL | 213.33º | 0.3% | 0.29% | - |
| HSV(B) | 213.33º | 0.46% | 0.38% | - |
| XYZ | 5.89 | 6.23 | 12.2 | - |
| YUV | 68.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 97 | 0.46 | 0.26 | 0 | 0.62 | 213.33 | 0.3 | 0.29 |
| Hex | 34 | 48 | 61 | 2E | 1A | 0 | 3E | D5 | 1E | 1D |
| Octal | 64 | 110 | 141 | 56 | 32 | 0 | 76 | 325 | 36 | 35 |
| Binary | 110100 | 1001000 | 1100001 | 101110 | 11010 | 0 | 111110 | 11010101 | 11110 | 11101 |
Color Harmonies of #344861
Complementary color
Monochromatic Colors of #344861
Black with #344861
Text Example
Text Example
White with #344861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344861; }
p { color: rgb(52,72,97); }
H1.HeaderClassName
{
color: #344861;
}
.AnyTagClassName
{
color: #344861;
}
</style>
background-color css
<style>
a { background-color: #344861; }
a { background-color: rgb(52,72,97); }
div.DivClassName
{
background-color: #344861;
}
.BgClassName
{
background-color: #344861;
}
</style>
border-color css
<style>
span { border-color: #344861; }
span { border-color: rgb(52,72,97); }
td.TdClassName
{
border-color: #344861;
}
.TagClassName
{
border-color: #344861;
}
</style>