Shades of Cello #324E67
Tints of Cello #324E67
RGB
CMYK
RGB Variations
Color information
#324E67 (or 0x324E67) is known color: Cello. HEX triplet: 32, 4E and 67. RGB value is (50,78,103). Sum of RGB (Red+Green+Blue) = 50+78+103=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #324E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E67 is #CDB198. Grayscale: #484848. Windows color (decimal): -13480345 or 6770226. OLE color: 6770226.
HSL color Cylindrical-coordinate representation of color #324E67: hue angle of 208.3º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324E67 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 78 | 103 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.60 |
| HSL | 208.3º | 0.35% | 0.3% | - |
| HSV(B) | 208.3º | 0.51% | 0.4% | - |
| XYZ | 6.49 | 7.11 | 13.86 | - |
| YUV | 72.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 103 | 0.51 | 0.24 | 0 | 0.60 | 208.3 | 0.35 | 0.3 |
| Hex | 32 | 4E | 67 | 33 | 18 | 0 | 3C | D0 | 23 | 1E |
| Octal | 62 | 116 | 147 | 63 | 30 | 0 | 74 | 320 | 43 | 36 |
| Binary | 110010 | 1001110 | 1100111 | 110011 | 11000 | 0 | 111100 | 11010000 | 100011 | 11110 |
Color Harmonies of #324E67
Complementary color
Monochromatic Colors of #324E67
Black with #324E67
Text Example
Text Example
White with #324E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E67; }
p { color: rgb(50,78,103); }
H1.HeaderClassName
{
color: #324E67;
}
.AnyTagClassName
{
color: #324E67;
}
</style>
background-color css
<style>
a { background-color: #324E67; }
a { background-color: rgb(50,78,103); }
div.DivClassName
{
background-color: #324E67;
}
.BgClassName
{
background-color: #324E67;
}
</style>
border-color css
<style>
span { border-color: #324E67; }
span { border-color: rgb(50,78,103); }
td.TdClassName
{
border-color: #324E67;
}
.TagClassName
{
border-color: #324E67;
}
</style>