Shades of Cello #344F61
Tints of Cello #344F61
RGB
CMYK
RGB Variations
Color information
#344F61 (or 0x344F61) is known color: Cello. HEX triplet: 34, 4F and 61. RGB value is (52,79,97). Sum of RGB (Red+Green+Blue) = 52+79+97=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #344F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F61 is #CBB09E. Grayscale: #484848. Windows color (decimal): -13349023 or 6377268. OLE color: 6377268.
HSL color Cylindrical-coordinate representation of color #344F61: hue angle of 204º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344F61 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 79 | 97 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.62 |
| HSL | 204º | 0.3% | 0.29% | - |
| HSV(B) | 204º | 0.46% | 0.38% | - |
| XYZ | 6.37 | 7.19 | 12.36 | - |
| YUV | 72.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 97 | 0.46 | 0.19 | 0 | 0.62 | 204 | 0.3 | 0.29 |
| Hex | 34 | 4F | 61 | 2E | 13 | 0 | 3E | CC | 1E | 1D |
| Octal | 64 | 117 | 141 | 56 | 23 | 0 | 76 | 314 | 36 | 35 |
| Binary | 110100 | 1001111 | 1100001 | 101110 | 10011 | 0 | 111110 | 11001100 | 11110 | 11101 |
Color Harmonies of #344F61
Complementary color
Monochromatic Colors of #344F61
Black with #344F61
Text Example
Text Example
White with #344F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F61; }
p { color: rgb(52,79,97); }
H1.HeaderClassName
{
color: #344F61;
}
.AnyTagClassName
{
color: #344F61;
}
</style>
background-color css
<style>
a { background-color: #344F61; }
a { background-color: rgb(52,79,97); }
div.DivClassName
{
background-color: #344F61;
}
.BgClassName
{
background-color: #344F61;
}
</style>
border-color css
<style>
span { border-color: #344F61; }
span { border-color: rgb(52,79,97); }
td.TdClassName
{
border-color: #344F61;
}
.TagClassName
{
border-color: #344F61;
}
</style>