Shades of Cello #324A5D
Tints of Cello #324A5D
RGB
CMYK
RGB Variations
Color information
#324A5D (or 0x324A5D) is known color: Cello. HEX triplet: 32, 4A and 5D. RGB value is (50,74,93). Sum of RGB (Red+Green+Blue) = 50+74+93=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #324A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A5D is #CDB5A2. Grayscale: #444444. Windows color (decimal): -13481379 or 6113842. OLE color: 6113842.
HSL color Cylindrical-coordinate representation of color #324A5D: hue angle of 206.51º 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 #324A5D is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 74 | 93 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.64 |
| HSL | 206.51º | 0.3% | 0.28% | - |
| HSV(B) | 206.51º | 0.46% | 0.36% | - |
| XYZ | 5.74 | 6.37 | 11.28 | - |
| YUV | 68.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 93 | 0.46 | 0.20 | 0 | 0.64 | 206.51 | 0.3 | 0.28 |
| Hex | 32 | 4A | 5D | 2E | 14 | 0 | 40 | CF | 1E | 1C |
| Octal | 62 | 112 | 135 | 56 | 24 | 0 | 100 | 317 | 36 | 34 |
| Binary | 110010 | 1001010 | 1011101 | 101110 | 10100 | 0 | 1000000 | 11001111 | 11110 | 11100 |
Color Harmonies of #324A5D
Complementary color
Monochromatic Colors of #324A5D
Black with #324A5D
Text Example
Text Example
White with #324A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A5D; }
p { color: rgb(50,74,93); }
H1.HeaderClassName
{
color: #324A5D;
}
.AnyTagClassName
{
color: #324A5D;
}
</style>
background-color css
<style>
a { background-color: #324A5D; }
a { background-color: rgb(50,74,93); }
div.DivClassName
{
background-color: #324A5D;
}
.BgClassName
{
background-color: #324A5D;
}
</style>
border-color css
<style>
span { border-color: #324A5D; }
span { border-color: rgb(50,74,93); }
td.TdClassName
{
border-color: #324A5D;
}
.TagClassName
{
border-color: #324A5D;
}
</style>