Shades of Cerulean Blue #324EAC
Tints of Cerulean Blue #324EAC
RGB
CMYK
RGB Variations
Color information
#324EAC (or 0x324EAC) is known color: Cerulean Blue. HEX triplet: 32, 4E and AC. RGB value is (50,78,172). Sum of RGB (Red+Green+Blue) = 50+78+172=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #324EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324EAC is #CDB153. Grayscale: #4F4F4F. Windows color (decimal): -13480276 or 11292210. OLE color: 11292210.
HSL color Cylindrical-coordinate representation of color #324EAC: hue angle of 226.23º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324EAC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 78 | 172 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.33 |
| HSL | 226.23º | 0.55% | 0.44% | - |
| HSV(B) | 226.23º | 0.71% | 0.67% | - |
| XYZ | 11.49 | 9.11 | 40.18 | - |
| YUV | 80.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 172 | 0.71 | 0.55 | 0 | 0.33 | 226.23 | 0.55 | 0.44 |
| Hex | 32 | 4E | AC | 47 | 37 | 0 | 21 | E2 | 37 | 2C |
| Octal | 62 | 116 | 254 | 107 | 67 | 0 | 41 | 342 | 67 | 54 |
| Binary | 110010 | 1001110 | 10101100 | 1000111 | 110111 | 0 | 100001 | 11100010 | 110111 | 101100 |
Color Harmonies of #324EAC
Complementary color
Monochromatic Colors of #324EAC
Black with #324EAC
Text Example
Text Example
White with #324EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EAC; }
p { color: rgb(50,78,172); }
H1.HeaderClassName
{
color: #324EAC;
}
.AnyTagClassName
{
color: #324EAC;
}
</style>
background-color css
<style>
a { background-color: #324EAC; }
a { background-color: rgb(50,78,172); }
div.DivClassName
{
background-color: #324EAC;
}
.BgClassName
{
background-color: #324EAC;
}
</style>
border-color css
<style>
span { border-color: #324EAC; }
span { border-color: rgb(50,78,172); }
td.TdClassName
{
border-color: #324EAC;
}
.TagClassName
{
border-color: #324EAC;
}
</style>