Shades of Cello #344E5D
Tints of Cello #344E5D
RGB
CMYK
RGB Variations
Color information
#344E5D (or 0x344E5D) is known color: Cello. HEX triplet: 34, 4E and 5D. RGB value is (52,78,93). Sum of RGB (Red+Green+Blue) = 52+78+93=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #344E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E5D is #CBB1A2. Grayscale: #474747. Windows color (decimal): -13349283 or 6114868. OLE color: 6114868.
HSL color Cylindrical-coordinate representation of color #344E5D: hue angle of 201.95º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #344E5D is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 78 | 93 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.64 |
| HSL | 201.95º | 0.28% | 0.28% | - |
| HSV(B) | 201.95º | 0.44% | 0.36% | - |
| XYZ | 6.12 | 6.97 | 11.38 | - |
| YUV | 71.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 93 | 0.44 | 0.16 | 0 | 0.64 | 201.95 | 0.28 | 0.28 |
| Hex | 34 | 4E | 5D | 2C | 10 | 0 | 40 | CA | 1C | 1C |
| Octal | 64 | 116 | 135 | 54 | 20 | 0 | 100 | 312 | 34 | 34 |
| Binary | 110100 | 1001110 | 1011101 | 101100 | 10000 | 0 | 1000000 | 11001010 | 11100 | 11100 |
Color Harmonies of #344E5D
Complementary color
Monochromatic Colors of #344E5D
Black with #344E5D
Text Example
Text Example
White with #344E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E5D; }
p { color: rgb(52,78,93); }
H1.HeaderClassName
{
color: #344E5D;
}
.AnyTagClassName
{
color: #344E5D;
}
</style>
background-color css
<style>
a { background-color: #344E5D; }
a { background-color: rgb(52,78,93); }
div.DivClassName
{
background-color: #344E5D;
}
.BgClassName
{
background-color: #344E5D;
}
</style>
border-color css
<style>
span { border-color: #344E5D; }
span { border-color: rgb(52,78,93); }
td.TdClassName
{
border-color: #344E5D;
}
.TagClassName
{
border-color: #344E5D;
}
</style>