Shades of Cello #33465C
Tints of Cello #33465C
RGB
CMYK
RGB Variations
Color information
#33465C (or 0x33465C) is known color: Cello. HEX triplet: 33, 46 and 5C. RGB value is (51,70,92). Sum of RGB (Red+Green+Blue) = 51+70+92=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #33465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33465C is #CCB9A3. Grayscale: #424242. Windows color (decimal): -13416868 or 6047283. OLE color: 6047283.
HSL color Cylindrical-coordinate representation of color #33465C: hue angle of 212.2º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33465C is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 70 | 92 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.64 |
| HSL | 212.2º | 0.29% | 0.28% | - |
| HSV(B) | 212.2º | 0.45% | 0.36% | - |
| XYZ | 5.49 | 5.86 | 10.97 | - |
| YUV | 66.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 92 | 0.45 | 0.24 | 0 | 0.64 | 212.2 | 0.29 | 0.28 |
| Hex | 33 | 46 | 5C | 2D | 18 | 0 | 40 | D4 | 1D | 1C |
| Octal | 63 | 106 | 134 | 55 | 30 | 0 | 100 | 324 | 35 | 34 |
| Binary | 110011 | 1000110 | 1011100 | 101101 | 11000 | 0 | 1000000 | 11010100 | 11101 | 11100 |
Color Harmonies of #33465C
Complementary color
Monochromatic Colors of #33465C
Black with #33465C
Text Example
Text Example
White with #33465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33465C; }
p { color: rgb(51,70,92); }
H1.HeaderClassName
{
color: #33465C;
}
.AnyTagClassName
{
color: #33465C;
}
</style>
background-color css
<style>
a { background-color: #33465C; }
a { background-color: rgb(51,70,92); }
div.DivClassName
{
background-color: #33465C;
}
.BgClassName
{
background-color: #33465C;
}
</style>
border-color css
<style>
span { border-color: #33465C; }
span { border-color: rgb(51,70,92); }
td.TdClassName
{
border-color: #33465C;
}
.TagClassName
{
border-color: #33465C;
}
</style>