Shades of Cerulean Blue #324BAC
Tints of Cerulean Blue #324BAC
RGB
CMYK
RGB Variations
Color information
#324BAC (or 0x324BAC) is known color: Cerulean Blue. HEX triplet: 32, 4B and AC. RGB value is (50,75,172). Sum of RGB (Red+Green+Blue) = 50+75+172=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #324BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324BAC is #CDB453. Grayscale: #4E4E4E. Windows color (decimal): -13481044 or 11291442. OLE color: 11291442.
HSL color Cylindrical-coordinate representation of color #324BAC: hue angle of 227.7º 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 #324BAC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 75 | 172 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.33 |
| HSL | 227.7º | 0.55% | 0.44% | - |
| HSV(B) | 227.7º | 0.71% | 0.67% | - |
| XYZ | 11.28 | 8.69 | 40.11 | - |
| YUV | 78.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 172 | 0.71 | 0.56 | 0 | 0.33 | 227.7 | 0.55 | 0.44 |
| Hex | 32 | 4B | AC | 47 | 38 | 0 | 21 | E4 | 37 | 2C |
| Octal | 62 | 113 | 254 | 107 | 70 | 0 | 41 | 344 | 67 | 54 |
| Binary | 110010 | 1001011 | 10101100 | 1000111 | 111000 | 0 | 100001 | 11100100 | 110111 | 101100 |
Color Harmonies of #324BAC
Complementary color
Monochromatic Colors of #324BAC
Black with #324BAC
Text Example
Text Example
White with #324BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BAC; }
p { color: rgb(50,75,172); }
H1.HeaderClassName
{
color: #324BAC;
}
.AnyTagClassName
{
color: #324BAC;
}
</style>
background-color css
<style>
a { background-color: #324BAC; }
a { background-color: rgb(50,75,172); }
div.DivClassName
{
background-color: #324BAC;
}
.BgClassName
{
background-color: #324BAC;
}
</style>
border-color css
<style>
span { border-color: #324BAC; }
span { border-color: rgb(50,75,172); }
td.TdClassName
{
border-color: #324BAC;
}
.TagClassName
{
border-color: #324BAC;
}
</style>