Shades of Cerulean Blue #324EBC
Tints of Cerulean Blue #324EBC
RGB
CMYK
RGB Variations
Color information
#324EBC (or 0x324EBC) is known color: Cerulean Blue. HEX triplet: 32, 4E and BC. RGB value is (50,78,188). Sum of RGB (Red+Green+Blue) = 50+78+188=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #324EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EBC is #CDB143. Grayscale: #515151. Windows color (decimal): -13480260 or 12340786. OLE color: 12340786.
HSL color Cylindrical-coordinate representation of color #324EBC: hue angle of 227.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324EBC is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 78 | 188 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.26 |
| HSL | 227.83º | 0.58% | 0.47% | - |
| HSV(B) | 227.83º | 0.73% | 0.74% | - |
| XYZ | 13.12 | 9.76 | 48.77 | - |
| YUV | 82.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 188 | 0.73 | 0.59 | 0 | 0.26 | 227.83 | 0.58 | 0.47 |
| Hex | 32 | 4E | BC | 49 | 3B | 0 | 1A | E4 | 3A | 2F |
| Octal | 62 | 116 | 274 | 111 | 73 | 0 | 32 | 344 | 72 | 57 |
| Binary | 110010 | 1001110 | 10111100 | 1001001 | 111011 | 0 | 11010 | 11100100 | 111010 | 101111 |
Color Harmonies of #324EBC
Complementary color
Monochromatic Colors of #324EBC
Black with #324EBC
Text Example
Text Example
White with #324EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EBC; }
p { color: rgb(50,78,188); }
H1.HeaderClassName
{
color: #324EBC;
}
.AnyTagClassName
{
color: #324EBC;
}
</style>
background-color css
<style>
a { background-color: #324EBC; }
a { background-color: rgb(50,78,188); }
div.DivClassName
{
background-color: #324EBC;
}
.BgClassName
{
background-color: #324EBC;
}
</style>
border-color css
<style>
span { border-color: #324EBC; }
span { border-color: rgb(50,78,188); }
td.TdClassName
{
border-color: #324EBC;
}
.TagClassName
{
border-color: #324EBC;
}
</style>