Shades of Cello #33465B
Tints of Cello #33465B
RGB
CMYK
RGB Variations
Color information
#33465B (or 0x33465B) is known color: Cello. HEX triplet: 33, 46 and 5B. RGB value is (51,70,91). Sum of RGB (Red+Green+Blue) = 51+70+91=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #33465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33465B is #CCB9A4. Grayscale: #424242. Windows color (decimal): -13416869 or 5981747. OLE color: 5981747.
HSL color Cylindrical-coordinate representation of color #33465B: hue angle of 211.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33465B is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 70 | 91 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.64 |
| HSL | 211.5º | 0.28% | 0.28% | - |
| HSV(B) | 211.5º | 0.44% | 0.36% | - |
| XYZ | 5.44 | 5.84 | 10.74 | - |
| YUV | 66.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 91 | 0.44 | 0.23 | 0 | 0.64 | 211.5 | 0.28 | 0.28 |
| Hex | 33 | 46 | 5B | 2C | 17 | 0 | 40 | D4 | 1C | 1C |
| Octal | 63 | 106 | 133 | 54 | 27 | 0 | 100 | 324 | 34 | 34 |
| Binary | 110011 | 1000110 | 1011011 | 101100 | 10111 | 0 | 1000000 | 11010100 | 11100 | 11100 |
Color Harmonies of #33465B
Complementary color
Monochromatic Colors of #33465B
Black with #33465B
Text Example
Text Example
White with #33465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33465B; }
p { color: rgb(51,70,91); }
H1.HeaderClassName
{
color: #33465B;
}
.AnyTagClassName
{
color: #33465B;
}
</style>
background-color css
<style>
a { background-color: #33465B; }
a { background-color: rgb(51,70,91); }
div.DivClassName
{
background-color: #33465B;
}
.BgClassName
{
background-color: #33465B;
}
</style>
border-color css
<style>
span { border-color: #33465B; }
span { border-color: rgb(51,70,91); }
td.TdClassName
{
border-color: #33465B;
}
.TagClassName
{
border-color: #33465B;
}
</style>