Shades of Cello #324B5B
Tints of Cello #324B5B
RGB
CMYK
RGB Variations
Color information
#324B5B (or 0x324B5B) is known color: Cello. HEX triplet: 32, 4B and 5B. RGB value is (50,75,91). Sum of RGB (Red+Green+Blue) = 50+75+91=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #324B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B5B is #CDB4A4. Grayscale: #454545. Windows color (decimal): -13481125 or 5983026. OLE color: 5983026.
HSL color Cylindrical-coordinate representation of color #324B5B: hue angle of 203.41º 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 #324B5B is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 75 | 91 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.64 |
| HSL | 203.41º | 0.29% | 0.28% | - |
| HSV(B) | 203.41º | 0.45% | 0.36% | - |
| XYZ | 5.72 | 6.47 | 10.84 | - |
| YUV | 69.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 91 | 0.45 | 0.18 | 0 | 0.64 | 203.41 | 0.29 | 0.28 |
| Hex | 32 | 4B | 5B | 2D | 12 | 0 | 40 | CB | 1D | 1C |
| Octal | 62 | 113 | 133 | 55 | 22 | 0 | 100 | 313 | 35 | 34 |
| Binary | 110010 | 1001011 | 1011011 | 101101 | 10010 | 0 | 1000000 | 11001011 | 11101 | 11100 |
Color Harmonies of #324B5B
Complementary color
Monochromatic Colors of #324B5B
Black with #324B5B
Text Example
Text Example
White with #324B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B5B; }
p { color: rgb(50,75,91); }
H1.HeaderClassName
{
color: #324B5B;
}
.AnyTagClassName
{
color: #324B5B;
}
</style>
background-color css
<style>
a { background-color: #324B5B; }
a { background-color: rgb(50,75,91); }
div.DivClassName
{
background-color: #324B5B;
}
.BgClassName
{
background-color: #324B5B;
}
</style>
border-color css
<style>
span { border-color: #324B5B; }
span { border-color: rgb(50,75,91); }
td.TdClassName
{
border-color: #324B5B;
}
.TagClassName
{
border-color: #324B5B;
}
</style>