Shades of Cello #324B5D
Tints of Cello #324B5D
RGB
CMYK
RGB Variations
Color information
#324B5D (or 0x324B5D) is known color: Cello. HEX triplet: 32, 4B and 5D. RGB value is (50,75,93). Sum of RGB (Red+Green+Blue) = 50+75+93=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #324B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B5D is #CDB4A2. Grayscale: #454545. Windows color (decimal): -13481123 or 6114098. OLE color: 6114098.
HSL color Cylindrical-coordinate representation of color #324B5D: hue angle of 205.12º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #324B5D is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 75 | 93 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.64 |
| HSL | 205.12º | 0.3% | 0.28% | - |
| HSV(B) | 205.12º | 0.46% | 0.36% | - |
| XYZ | 5.81 | 6.5 | 11.3 | - |
| YUV | 69.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 93 | 0.46 | 0.19 | 0 | 0.64 | 205.12 | 0.3 | 0.28 |
| Hex | 32 | 4B | 5D | 2E | 13 | 0 | 40 | CD | 1E | 1C |
| Octal | 62 | 113 | 135 | 56 | 23 | 0 | 100 | 315 | 36 | 34 |
| Binary | 110010 | 1001011 | 1011101 | 101110 | 10011 | 0 | 1000000 | 11001101 | 11110 | 11100 |
Color Harmonies of #324B5D
Complementary color
Monochromatic Colors of #324B5D
Black with #324B5D
Text Example
Text Example
White with #324B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B5D; }
p { color: rgb(50,75,93); }
H1.HeaderClassName
{
color: #324B5D;
}
.AnyTagClassName
{
color: #324B5D;
}
</style>
background-color css
<style>
a { background-color: #324B5D; }
a { background-color: rgb(50,75,93); }
div.DivClassName
{
background-color: #324B5D;
}
.BgClassName
{
background-color: #324B5D;
}
</style>
border-color css
<style>
span { border-color: #324B5D; }
span { border-color: rgb(50,75,93); }
td.TdClassName
{
border-color: #324B5D;
}
.TagClassName
{
border-color: #324B5D;
}
</style>