Shades of Cello #344965
Tints of Cello #344965
RGB
CMYK
RGB Variations
Color information
#344965 (or 0x344965) is known color: Cello. HEX triplet: 34, 49 and 65. RGB value is (52,73,101). Sum of RGB (Red+Green+Blue) = 52+73+101=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #344965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344965 is #CBB69A. Grayscale: #454545. Windows color (decimal): -13350555 or 6637876. OLE color: 6637876.
HSL color Cylindrical-coordinate representation of color #344965: hue angle of 214.29º 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 #344965 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 73 | 101 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.60 |
| HSL | 214.29º | 0.32% | 0.3% | - |
| HSV(B) | 214.29º | 0.49% | 0.4% | - |
| XYZ | 6.15 | 6.43 | 13.23 | - |
| YUV | 69.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 101 | 0.49 | 0.28 | 0 | 0.60 | 214.29 | 0.32 | 0.3 |
| Hex | 34 | 49 | 65 | 31 | 1C | 0 | 3C | D6 | 20 | 1E |
| Octal | 64 | 111 | 145 | 61 | 34 | 0 | 74 | 326 | 40 | 36 |
| Binary | 110100 | 1001001 | 1100101 | 110001 | 11100 | 0 | 111100 | 11010110 | 100000 | 11110 |
Color Harmonies of #344965
Complementary color
Monochromatic Colors of #344965
Black with #344965
Text Example
Text Example
White with #344965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344965; }
p { color: rgb(52,73,101); }
H1.HeaderClassName
{
color: #344965;
}
.AnyTagClassName
{
color: #344965;
}
</style>
background-color css
<style>
a { background-color: #344965; }
a { background-color: rgb(52,73,101); }
div.DivClassName
{
background-color: #344965;
}
.BgClassName
{
background-color: #344965;
}
</style>
border-color css
<style>
span { border-color: #344965; }
span { border-color: rgb(52,73,101); }
td.TdClassName
{
border-color: #344965;
}
.TagClassName
{
border-color: #344965;
}
</style>