Shades of Cello #334968
Tints of Cello #334968
RGB
CMYK
RGB Variations
Color information
#334968 (or 0x334968) is known color: Cello. HEX triplet: 33, 49 and 68. RGB value is (51,73,104). Sum of RGB (Red+Green+Blue) = 51+73+104=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #334968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334968 is #CCB697. Grayscale: #454545. Windows color (decimal): -13416088 or 6834483. OLE color: 6834483.
HSL color Cylindrical-coordinate representation of color #334968: hue angle of 215.09º 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 #334968 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 73 | 104 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.59 |
| HSL | 215.09º | 0.34% | 0.3% | - |
| HSV(B) | 215.09º | 0.51% | 0.41% | - |
| XYZ | 6.25 | 6.47 | 14.02 | - |
| YUV | 69.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 104 | 0.51 | 0.30 | 0 | 0.59 | 215.09 | 0.34 | 0.3 |
| Hex | 33 | 49 | 68 | 33 | 1E | 0 | 3B | D7 | 22 | 1E |
| Octal | 63 | 111 | 150 | 63 | 36 | 0 | 73 | 327 | 42 | 36 |
| Binary | 110011 | 1001001 | 1101000 | 110011 | 11110 | 0 | 111011 | 11010111 | 100010 | 11110 |
Color Harmonies of #334968
Complementary color
Monochromatic Colors of #334968
Black with #334968
Text Example
Text Example
White with #334968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334968; }
p { color: rgb(51,73,104); }
H1.HeaderClassName
{
color: #334968;
}
.AnyTagClassName
{
color: #334968;
}
</style>
background-color css
<style>
a { background-color: #334968; }
a { background-color: rgb(51,73,104); }
div.DivClassName
{
background-color: #334968;
}
.BgClassName
{
background-color: #334968;
}
</style>
border-color css
<style>
span { border-color: #334968; }
span { border-color: rgb(51,73,104); }
td.TdClassName
{
border-color: #334968;
}
.TagClassName
{
border-color: #334968;
}
</style>