Shades of Cello #344B59
Tints of Cello #344B59
RGB
CMYK
RGB Variations
Color information
#344B59 (or 0x344B59) is known color: Cello. HEX triplet: 34, 4B and 59. RGB value is (52,75,89). Sum of RGB (Red+Green+Blue) = 52+75+89=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #344B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B59 is #CBB4A6. Grayscale: #454545. Windows color (decimal): -13350055 or 5851956. OLE color: 5851956.
HSL color Cylindrical-coordinate representation of color #344B59: hue angle of 202.7º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344B59 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 75 | 89 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.65 |
| HSL | 202.7º | 0.26% | 0.28% | - |
| HSV(B) | 202.7º | 0.42% | 0.35% | - |
| XYZ | 5.74 | 6.48 | 10.4 | - |
| YUV | 69.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 89 | 0.42 | 0.16 | 0 | 0.65 | 202.7 | 0.26 | 0.28 |
| Hex | 34 | 4B | 59 | 2A | 10 | 0 | 41 | CB | 1A | 1C |
| Octal | 64 | 113 | 131 | 52 | 20 | 0 | 101 | 313 | 32 | 34 |
| Binary | 110100 | 1001011 | 1011001 | 101010 | 10000 | 0 | 1000001 | 11001011 | 11010 | 11100 |
Color Harmonies of #344B59
Complementary color
Monochromatic Colors of #344B59
Black with #344B59
Text Example
Text Example
White with #344B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B59; }
p { color: rgb(52,75,89); }
H1.HeaderClassName
{
color: #344B59;
}
.AnyTagClassName
{
color: #344B59;
}
</style>
background-color css
<style>
a { background-color: #344B59; }
a { background-color: rgb(52,75,89); }
div.DivClassName
{
background-color: #344B59;
}
.BgClassName
{
background-color: #344B59;
}
</style>
border-color css
<style>
span { border-color: #344B59; }
span { border-color: rgb(52,75,89); }
td.TdClassName
{
border-color: #344B59;
}
.TagClassName
{
border-color: #344B59;
}
</style>