Shades of Cello #33495F
Tints of Cello #33495F
RGB
CMYK
RGB Variations
Color information
#33495F (or 0x33495F) is known color: Cello. HEX triplet: 33, 49 and 5F. RGB value is (51,73,95). Sum of RGB (Red+Green+Blue) = 51+73+95=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #33495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33495F is #CCB6A0. Grayscale: #444444. Windows color (decimal): -13416097 or 6244659. OLE color: 6244659.
HSL color Cylindrical-coordinate representation of color #33495F: hue angle of 210º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33495F is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 73 | 95 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.63 |
| HSL | 210º | 0.3% | 0.29% | - |
| HSV(B) | 210º | 0.46% | 0.37% | - |
| XYZ | 5.81 | 6.3 | 11.74 | - |
| YUV | 68.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 95 | 0.46 | 0.23 | 0 | 0.63 | 210 | 0.3 | 0.29 |
| Hex | 33 | 49 | 5F | 2E | 17 | 0 | 3F | D2 | 1E | 1D |
| Octal | 63 | 111 | 137 | 56 | 27 | 0 | 77 | 322 | 36 | 35 |
| Binary | 110011 | 1001001 | 1011111 | 101110 | 10111 | 0 | 111111 | 11010010 | 11110 | 11101 |
Color Harmonies of #33495F
Complementary color
Monochromatic Colors of #33495F
Black with #33495F
Text Example
Text Example
White with #33495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33495F; }
p { color: rgb(51,73,95); }
H1.HeaderClassName
{
color: #33495F;
}
.AnyTagClassName
{
color: #33495F;
}
</style>
background-color css
<style>
a { background-color: #33495F; }
a { background-color: rgb(51,73,95); }
div.DivClassName
{
background-color: #33495F;
}
.BgClassName
{
background-color: #33495F;
}
</style>
border-color css
<style>
span { border-color: #33495F; }
span { border-color: rgb(51,73,95); }
td.TdClassName
{
border-color: #33495F;
}
.TagClassName
{
border-color: #33495F;
}
</style>