Shades of Cerulean Blue #324DBC
Tints of Cerulean Blue #324DBC
RGB
CMYK
RGB Variations
Color information
#324DBC (or 0x324DBC) is known color: Cerulean Blue. HEX triplet: 32, 4D and BC. RGB value is (50,77,188). Sum of RGB (Red+Green+Blue) = 50+77+188=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #324DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DBC is #CDB243. Grayscale: #515151. Windows color (decimal): -13480516 or 12340530. OLE color: 12340530.
HSL color Cylindrical-coordinate representation of color #324DBC: hue angle of 228.26º 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 #324DBC is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 77 | 188 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.26 |
| HSL | 228.26º | 0.58% | 0.47% | - |
| HSV(B) | 228.26º | 0.73% | 0.74% | - |
| XYZ | 13.05 | 9.62 | 48.75 | - |
| YUV | 81.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 188 | 0.73 | 0.59 | 0 | 0.26 | 228.26 | 0.58 | 0.47 |
| Hex | 32 | 4D | BC | 49 | 3B | 0 | 1A | E4 | 3A | 2F |
| Octal | 62 | 115 | 274 | 111 | 73 | 0 | 32 | 344 | 72 | 57 |
| Binary | 110010 | 1001101 | 10111100 | 1001001 | 111011 | 0 | 11010 | 11100100 | 111010 | 101111 |
Color Harmonies of #324DBC
Complementary color
Monochromatic Colors of #324DBC
Black with #324DBC
Text Example
Text Example
White with #324DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DBC; }
p { color: rgb(50,77,188); }
H1.HeaderClassName
{
color: #324DBC;
}
.AnyTagClassName
{
color: #324DBC;
}
</style>
background-color css
<style>
a { background-color: #324DBC; }
a { background-color: rgb(50,77,188); }
div.DivClassName
{
background-color: #324DBC;
}
.BgClassName
{
background-color: #324DBC;
}
</style>
border-color css
<style>
span { border-color: #324DBC; }
span { border-color: rgb(50,77,188); }
td.TdClassName
{
border-color: #324DBC;
}
.TagClassName
{
border-color: #324DBC;
}
</style>