Shades of Cello #334868
Tints of Cello #334868
RGB
CMYK
RGB Variations
Color information
#334868 (or 0x334868) is known color: Cello. HEX triplet: 33, 48 and 68. RGB value is (51,72,104). Sum of RGB (Red+Green+Blue) = 51+72+104=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #334868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334868 is #CCB797. Grayscale: #454545. Windows color (decimal): -13416344 or 6834227. OLE color: 6834227.
HSL color Cylindrical-coordinate representation of color #334868: hue angle of 216.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334868 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 72 | 104 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.59 |
| HSL | 216.23º | 0.34% | 0.3% | - |
| HSV(B) | 216.23º | 0.51% | 0.41% | - |
| XYZ | 6.18 | 6.34 | 13.99 | - |
| YUV | 69.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 104 | 0.51 | 0.31 | 0 | 0.59 | 216.23 | 0.34 | 0.3 |
| Hex | 33 | 48 | 68 | 33 | 1F | 0 | 3B | D8 | 22 | 1E |
| Octal | 63 | 110 | 150 | 63 | 37 | 0 | 73 | 330 | 42 | 36 |
| Binary | 110011 | 1001000 | 1101000 | 110011 | 11111 | 0 | 111011 | 11011000 | 100010 | 11110 |
Color Harmonies of #334868
Complementary color
Monochromatic Colors of #334868
Black with #334868
Text Example
Text Example
White with #334868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334868; }
p { color: rgb(51,72,104); }
H1.HeaderClassName
{
color: #334868;
}
.AnyTagClassName
{
color: #334868;
}
</style>
background-color css
<style>
a { background-color: #334868; }
a { background-color: rgb(51,72,104); }
div.DivClassName
{
background-color: #334868;
}
.BgClassName
{
background-color: #334868;
}
</style>
border-color css
<style>
span { border-color: #334868; }
span { border-color: rgb(51,72,104); }
td.TdClassName
{
border-color: #334868;
}
.TagClassName
{
border-color: #334868;
}
</style>