Shades of Cello #32495E
Tints of Cello #32495E
RGB
CMYK
RGB Variations
Color information
#32495E (or 0x32495E) is known color: Cello. HEX triplet: 32, 49 and 5E. RGB value is (50,73,94). Sum of RGB (Red+Green+Blue) = 50+73+94=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #32495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32495E is #CDB6A1. Grayscale: #444444. Windows color (decimal): -13481634 or 6179122. OLE color: 6179122.
HSL color Cylindrical-coordinate representation of color #32495E: hue angle of 208.64º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32495E is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 73 | 94 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.63 |
| HSL | 208.64º | 0.31% | 0.28% | - |
| HSV(B) | 208.64º | 0.47% | 0.37% | - |
| XYZ | 5.72 | 6.25 | 11.49 | - |
| YUV | 68.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 94 | 0.47 | 0.22 | 0 | 0.63 | 208.64 | 0.31 | 0.28 |
| Hex | 32 | 49 | 5E | 2F | 16 | 0 | 3F | D1 | 1F | 1C |
| Octal | 62 | 111 | 136 | 57 | 26 | 0 | 77 | 321 | 37 | 34 |
| Binary | 110010 | 1001001 | 1011110 | 101111 | 10110 | 0 | 111111 | 11010001 | 11111 | 11100 |
Color Harmonies of #32495E
Complementary color
Monochromatic Colors of #32495E
Black with #32495E
Text Example
Text Example
White with #32495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32495E; }
p { color: rgb(50,73,94); }
H1.HeaderClassName
{
color: #32495E;
}
.AnyTagClassName
{
color: #32495E;
}
</style>
background-color css
<style>
a { background-color: #32495E; }
a { background-color: rgb(50,73,94); }
div.DivClassName
{
background-color: #32495E;
}
.BgClassName
{
background-color: #32495E;
}
</style>
border-color css
<style>
span { border-color: #32495E; }
span { border-color: rgb(50,73,94); }
td.TdClassName
{
border-color: #32495E;
}
.TagClassName
{
border-color: #32495E;
}
</style>