Shades of Cello #324B6E
Tints of Cello #324B6E
RGB
CMYK
RGB Variations
Color information
#324B6E (or 0x324B6E) is known color: Cello. HEX triplet: 32, 4B and 6E. RGB value is (50,75,110). Sum of RGB (Red+Green+Blue) = 50+75+110=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #324B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B6E is #CDB491. Grayscale: #474747. Windows color (decimal): -13481106 or 7228210. OLE color: 7228210.
HSL color Cylindrical-coordinate representation of color #324B6E: hue angle of 215º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #324B6E is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 75 | 110 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.57 |
| HSL | 215º | 0.38% | 0.31% | - |
| HSV(B) | 215º | 0.55% | 0.43% | - |
| XYZ | 6.65 | 6.84 | 15.72 | - |
| YUV | 71.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 110 | 0.55 | 0.32 | 0 | 0.57 | 215 | 0.38 | 0.31 |
| Hex | 32 | 4B | 6E | 37 | 20 | 0 | 39 | D7 | 26 | 1F |
| Octal | 62 | 113 | 156 | 67 | 40 | 0 | 71 | 327 | 46 | 37 |
| Binary | 110010 | 1001011 | 1101110 | 110111 | 100000 | 0 | 111001 | 11010111 | 100110 | 11111 |
Color Harmonies of #324B6E
Complementary color
Monochromatic Colors of #324B6E
Black with #324B6E
Text Example
Text Example
White with #324B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B6E; }
p { color: rgb(50,75,110); }
H1.HeaderClassName
{
color: #324B6E;
}
.AnyTagClassName
{
color: #324B6E;
}
</style>
background-color css
<style>
a { background-color: #324B6E; }
a { background-color: rgb(50,75,110); }
div.DivClassName
{
background-color: #324B6E;
}
.BgClassName
{
background-color: #324B6E;
}
</style>
border-color css
<style>
span { border-color: #324B6E; }
span { border-color: rgb(50,75,110); }
td.TdClassName
{
border-color: #324B6E;
}
.TagClassName
{
border-color: #324B6E;
}
</style>