Shades of Cello #344D5D
Tints of Cello #344D5D
RGB
CMYK
RGB Variations
Color information
#344D5D (or 0x344D5D) is known color: Cello. HEX triplet: 34, 4D and 5D. RGB value is (52,77,93). Sum of RGB (Red+Green+Blue) = 52+77+93=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #344D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D5D is #CBB2A2. Grayscale: #474747. Windows color (decimal): -13349539 or 6114612. OLE color: 6114612.
HSL color Cylindrical-coordinate representation of color #344D5D: hue angle of 203.41º 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 #344D5D is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 77 | 93 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.64 |
| HSL | 203.41º | 0.28% | 0.28% | - |
| HSV(B) | 203.41º | 0.44% | 0.36% | - |
| XYZ | 6.05 | 6.83 | 11.36 | - |
| YUV | 71.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 93 | 0.44 | 0.17 | 0 | 0.64 | 203.41 | 0.28 | 0.28 |
| Hex | 34 | 4D | 5D | 2C | 11 | 0 | 40 | CB | 1C | 1C |
| Octal | 64 | 115 | 135 | 54 | 21 | 0 | 100 | 313 | 34 | 34 |
| Binary | 110100 | 1001101 | 1011101 | 101100 | 10001 | 0 | 1000000 | 11001011 | 11100 | 11100 |
Color Harmonies of #344D5D
Complementary color
Monochromatic Colors of #344D5D
Black with #344D5D
Text Example
Text Example
White with #344D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D5D; }
p { color: rgb(52,77,93); }
H1.HeaderClassName
{
color: #344D5D;
}
.AnyTagClassName
{
color: #344D5D;
}
</style>
background-color css
<style>
a { background-color: #344D5D; }
a { background-color: rgb(52,77,93); }
div.DivClassName
{
background-color: #344D5D;
}
.BgClassName
{
background-color: #344D5D;
}
</style>
border-color css
<style>
span { border-color: #344D5D; }
span { border-color: rgb(52,77,93); }
td.TdClassName
{
border-color: #344D5D;
}
.TagClassName
{
border-color: #344D5D;
}
</style>