Shades of Cello #344E5F
Tints of Cello #344E5F
RGB
CMYK
RGB Variations
Color information
#344E5F (or 0x344E5F) is known color: Cello. HEX triplet: 34, 4E and 5F. RGB value is (52,78,95). Sum of RGB (Red+Green+Blue) = 52+78+95=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #344E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E5F is #CBB1A0. Grayscale: #484848. Windows color (decimal): -13349281 or 6245940. OLE color: 6245940.
HSL color Cylindrical-coordinate representation of color #344E5F: hue angle of 203.72º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #344E5F is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 78 | 95 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.63 |
| HSL | 203.72º | 0.29% | 0.29% | - |
| HSV(B) | 203.72º | 0.45% | 0.37% | - |
| XYZ | 6.21 | 7.01 | 11.85 | - |
| YUV | 72.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 95 | 0.45 | 0.18 | 0 | 0.63 | 203.72 | 0.29 | 0.29 |
| Hex | 34 | 4E | 5F | 2D | 12 | 0 | 3F | CC | 1D | 1D |
| Octal | 64 | 116 | 137 | 55 | 22 | 0 | 77 | 314 | 35 | 35 |
| Binary | 110100 | 1001110 | 1011111 | 101101 | 10010 | 0 | 111111 | 11001100 | 11101 | 11101 |
Color Harmonies of #344E5F
Complementary color
Monochromatic Colors of #344E5F
Black with #344E5F
Text Example
Text Example
White with #344E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E5F; }
p { color: rgb(52,78,95); }
H1.HeaderClassName
{
color: #344E5F;
}
.AnyTagClassName
{
color: #344E5F;
}
</style>
background-color css
<style>
a { background-color: #344E5F; }
a { background-color: rgb(52,78,95); }
div.DivClassName
{
background-color: #344E5F;
}
.BgClassName
{
background-color: #344E5F;
}
</style>
border-color css
<style>
span { border-color: #344E5F; }
span { border-color: rgb(52,78,95); }
td.TdClassName
{
border-color: #344E5F;
}
.TagClassName
{
border-color: #344E5F;
}
</style>