Shades of Cello #344E6D
Tints of Cello #344E6D
RGB
CMYK
RGB Variations
Color information
#344E6D (or 0x344E6D) is known color: Cello. HEX triplet: 34, 4E and 6D. RGB value is (52,78,109). Sum of RGB (Red+Green+Blue) = 52+78+109=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #344E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E6D is #CBB192. Grayscale: #494949. Windows color (decimal): -13349267 or 7163444. OLE color: 7163444.
HSL color Cylindrical-coordinate representation of color #344E6D: hue angle of 212.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #344E6D is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 78 | 109 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.57 |
| HSL | 212.63º | 0.35% | 0.32% | - |
| HSV(B) | 212.63º | 0.52% | 0.43% | - |
| XYZ | 6.9 | 7.28 | 15.51 | - |
| YUV | 73.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 109 | 0.52 | 0.28 | 0 | 0.57 | 212.63 | 0.35 | 0.32 |
| Hex | 34 | 4E | 6D | 34 | 1C | 0 | 39 | D5 | 23 | 20 |
| Octal | 64 | 116 | 155 | 64 | 34 | 0 | 71 | 325 | 43 | 40 |
| Binary | 110100 | 1001110 | 1101101 | 110100 | 11100 | 0 | 111001 | 11010101 | 100011 | 100000 |
Color Harmonies of #344E6D
Complementary color
Monochromatic Colors of #344E6D
Black with #344E6D
Text Example
Text Example
White with #344E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E6D; }
p { color: rgb(52,78,109); }
H1.HeaderClassName
{
color: #344E6D;
}
.AnyTagClassName
{
color: #344E6D;
}
</style>
background-color css
<style>
a { background-color: #344E6D; }
a { background-color: rgb(52,78,109); }
div.DivClassName
{
background-color: #344E6D;
}
.BgClassName
{
background-color: #344E6D;
}
</style>
border-color css
<style>
span { border-color: #344E6D; }
span { border-color: rgb(52,78,109); }
td.TdClassName
{
border-color: #344E6D;
}
.TagClassName
{
border-color: #344E6D;
}
</style>