Shades of Cello #344865
Tints of Cello #344865
RGB
CMYK
RGB Variations
Color information
#344865 (or 0x344865) is known color: Cello. HEX triplet: 34, 48 and 65. RGB value is (52,72,101). Sum of RGB (Red+Green+Blue) = 52+72+101=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #344865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344865 is #CBB79A. Grayscale: #454545. Windows color (decimal): -13350811 or 6637620. OLE color: 6637620.
HSL color Cylindrical-coordinate representation of color #344865: hue angle of 215.51º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #344865 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 72 | 101 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.60 |
| HSL | 215.51º | 0.32% | 0.3% | - |
| HSV(B) | 215.51º | 0.49% | 0.4% | - |
| XYZ | 6.08 | 6.3 | 13.21 | - |
| YUV | 69.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 101 | 0.49 | 0.29 | 0 | 0.60 | 215.51 | 0.32 | 0.3 |
| Hex | 34 | 48 | 65 | 31 | 1D | 0 | 3C | D8 | 20 | 1E |
| Octal | 64 | 110 | 145 | 61 | 35 | 0 | 74 | 330 | 40 | 36 |
| Binary | 110100 | 1001000 | 1100101 | 110001 | 11101 | 0 | 111100 | 11011000 | 100000 | 11110 |
Color Harmonies of #344865
Complementary color
Monochromatic Colors of #344865
Black with #344865
Text Example
Text Example
White with #344865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344865; }
p { color: rgb(52,72,101); }
H1.HeaderClassName
{
color: #344865;
}
.AnyTagClassName
{
color: #344865;
}
</style>
background-color css
<style>
a { background-color: #344865; }
a { background-color: rgb(52,72,101); }
div.DivClassName
{
background-color: #344865;
}
.BgClassName
{
background-color: #344865;
}
</style>
border-color css
<style>
span { border-color: #344865; }
span { border-color: rgb(52,72,101); }
td.TdClassName
{
border-color: #344865;
}
.TagClassName
{
border-color: #344865;
}
</style>