Shades of Cello #334867
Tints of Cello #334867
RGB
CMYK
RGB Variations
Color information
#334867 (or 0x334867) is known color: Cello. HEX triplet: 33, 48 and 67. RGB value is (51,72,103). Sum of RGB (Red+Green+Blue) = 51+72+103=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #334867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334867 is #CCB798. Grayscale: #454545. Windows color (decimal): -13416345 or 6768691. OLE color: 6768691.
HSL color Cylindrical-coordinate representation of color #334867: hue angle of 215.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334867 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 72 | 103 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.60 |
| HSL | 215.77º | 0.34% | 0.3% | - |
| HSV(B) | 215.77º | 0.5% | 0.4% | - |
| XYZ | 6.13 | 6.32 | 13.73 | - |
| YUV | 69.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 103 | 0.50 | 0.30 | 0 | 0.60 | 215.77 | 0.34 | 0.3 |
| Hex | 33 | 48 | 67 | 32 | 1E | 0 | 3C | D8 | 22 | 1E |
| Octal | 63 | 110 | 147 | 62 | 36 | 0 | 74 | 330 | 42 | 36 |
| Binary | 110011 | 1001000 | 1100111 | 110010 | 11110 | 0 | 111100 | 11011000 | 100010 | 11110 |
Color Harmonies of #334867
Complementary color
Monochromatic Colors of #334867
Black with #334867
Text Example
Text Example
White with #334867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334867; }
p { color: rgb(51,72,103); }
H1.HeaderClassName
{
color: #334867;
}
.AnyTagClassName
{
color: #334867;
}
</style>
background-color css
<style>
a { background-color: #334867; }
a { background-color: rgb(51,72,103); }
div.DivClassName
{
background-color: #334867;
}
.BgClassName
{
background-color: #334867;
}
</style>
border-color css
<style>
span { border-color: #334867; }
span { border-color: rgb(51,72,103); }
td.TdClassName
{
border-color: #334867;
}
.TagClassName
{
border-color: #334867;
}
</style>