Shades of Cello #324B68
Tints of Cello #324B68
RGB
CMYK
RGB Variations
Color information
#324B68 (or 0x324B68) is known color: Cello. HEX triplet: 32, 4B and 68. RGB value is (50,75,104). Sum of RGB (Red+Green+Blue) = 50+75+104=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #324B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B68 is #CDB497. Grayscale: #464646. Windows color (decimal): -13481112 or 6834994. OLE color: 6834994.
HSL color Cylindrical-coordinate representation of color #324B68: hue angle of 212.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #324B68 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 75 | 104 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.59 |
| HSL | 212.22º | 0.35% | 0.3% | - |
| HSV(B) | 212.22º | 0.52% | 0.41% | - |
| XYZ | 6.33 | 6.71 | 14.06 | - |
| YUV | 70.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 104 | 0.52 | 0.28 | 0 | 0.59 | 212.22 | 0.35 | 0.3 |
| Hex | 32 | 4B | 68 | 34 | 1C | 0 | 3B | D4 | 23 | 1E |
| Octal | 62 | 113 | 150 | 64 | 34 | 0 | 73 | 324 | 43 | 36 |
| Binary | 110010 | 1001011 | 1101000 | 110100 | 11100 | 0 | 111011 | 11010100 | 100011 | 11110 |
Color Harmonies of #324B68
Complementary color
Monochromatic Colors of #324B68
Black with #324B68
Text Example
Text Example
White with #324B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B68; }
p { color: rgb(50,75,104); }
H1.HeaderClassName
{
color: #324B68;
}
.AnyTagClassName
{
color: #324B68;
}
</style>
background-color css
<style>
a { background-color: #324B68; }
a { background-color: rgb(50,75,104); }
div.DivClassName
{
background-color: #324B68;
}
.BgClassName
{
background-color: #324B68;
}
</style>
border-color css
<style>
span { border-color: #324B68; }
span { border-color: rgb(50,75,104); }
td.TdClassName
{
border-color: #324B68;
}
.TagClassName
{
border-color: #324B68;
}
</style>