Shades of Cello #334E60
Tints of Cello #334E60
RGB
CMYK
RGB Variations
Color information
#334E60 (or 0x334E60) is known color: Cello. HEX triplet: 33, 4E and 60. RGB value is (51,78,96). Sum of RGB (Red+Green+Blue) = 51+78+96=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #334E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E60 is #CCB19F. Grayscale: #474747. Windows color (decimal): -13414816 or 6311475. OLE color: 6311475.
HSL color Cylindrical-coordinate representation of color #334E60: hue angle of 204º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334E60 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 78 | 96 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.62 |
| HSL | 204º | 0.31% | 0.29% | - |
| HSV(B) | 204º | 0.47% | 0.38% | - |
| XYZ | 6.2 | 7 | 12.09 | - |
| YUV | 71.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 96 | 0.47 | 0.19 | 0 | 0.62 | 204 | 0.31 | 0.29 |
| Hex | 33 | 4E | 60 | 2F | 13 | 0 | 3E | CC | 1F | 1D |
| Octal | 63 | 116 | 140 | 57 | 23 | 0 | 76 | 314 | 37 | 35 |
| Binary | 110011 | 1001110 | 1100000 | 101111 | 10011 | 0 | 111110 | 11001100 | 11111 | 11101 |
Color Harmonies of #334E60
Complementary color
Monochromatic Colors of #334E60
Black with #334E60
Text Example
Text Example
White with #334E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E60; }
p { color: rgb(51,78,96); }
H1.HeaderClassName
{
color: #334E60;
}
.AnyTagClassName
{
color: #334E60;
}
</style>
background-color css
<style>
a { background-color: #334E60; }
a { background-color: rgb(51,78,96); }
div.DivClassName
{
background-color: #334E60;
}
.BgClassName
{
background-color: #334E60;
}
</style>
border-color css
<style>
span { border-color: #334E60; }
span { border-color: rgb(51,78,96); }
td.TdClassName
{
border-color: #334E60;
}
.TagClassName
{
border-color: #334E60;
}
</style>