Shades of Cello #33475E
Tints of Cello #33475E
RGB
CMYK
RGB Variations
Color information
#33475E (or 0x33475E) is known color: Cello. HEX triplet: 33, 47 and 5E. RGB value is (51,71,94). Sum of RGB (Red+Green+Blue) = 51+71+94=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #33475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33475E is #CCB8A1. Grayscale: #434343. Windows color (decimal): -13416610 or 6178611. OLE color: 6178611.
HSL color Cylindrical-coordinate representation of color #33475E: hue angle of 212.09º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33475E is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 71 | 94 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.63 |
| HSL | 212.09º | 0.3% | 0.28% | - |
| HSV(B) | 212.09º | 0.46% | 0.37% | - |
| XYZ | 5.64 | 6.02 | 11.45 | - |
| YUV | 67.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 94 | 0.46 | 0.24 | 0 | 0.63 | 212.09 | 0.3 | 0.28 |
| Hex | 33 | 47 | 5E | 2E | 18 | 0 | 3F | D4 | 1E | 1C |
| Octal | 63 | 107 | 136 | 56 | 30 | 0 | 77 | 324 | 36 | 34 |
| Binary | 110011 | 1000111 | 1011110 | 101110 | 11000 | 0 | 111111 | 11010100 | 11110 | 11100 |
Color Harmonies of #33475E
Complementary color
Monochromatic Colors of #33475E
Black with #33475E
Text Example
Text Example
White with #33475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33475E; }
p { color: rgb(51,71,94); }
H1.HeaderClassName
{
color: #33475E;
}
.AnyTagClassName
{
color: #33475E;
}
</style>
background-color css
<style>
a { background-color: #33475E; }
a { background-color: rgb(51,71,94); }
div.DivClassName
{
background-color: #33475E;
}
.BgClassName
{
background-color: #33475E;
}
</style>
border-color css
<style>
span { border-color: #33475E; }
span { border-color: rgb(51,71,94); }
td.TdClassName
{
border-color: #33475E;
}
.TagClassName
{
border-color: #33475E;
}
</style>