Shades of Cerulean Blue #324FAC
Tints of Cerulean Blue #324FAC
RGB
CMYK
RGB Variations
Color information
#324FAC (or 0x324FAC) is known color: Cerulean Blue. HEX triplet: 32, 4F and AC. RGB value is (50,79,172). Sum of RGB (Red+Green+Blue) = 50+79+172=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #324FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324FAC is #CDB053. Grayscale: #505050. Windows color (decimal): -13480020 or 11292466. OLE color: 11292466.
HSL color Cylindrical-coordinate representation of color #324FAC: hue angle of 225.74º 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 #324FAC is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 79 | 172 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.33 |
| HSL | 225.74º | 0.55% | 0.44% | - |
| HSV(B) | 225.74º | 0.71% | 0.67% | - |
| XYZ | 11.56 | 9.25 | 40.21 | - |
| YUV | 80.93 | 179.39 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 172 | 0.71 | 0.54 | 0 | 0.33 | 225.74 | 0.55 | 0.44 |
| Hex | 32 | 4F | AC | 47 | 36 | 0 | 21 | E2 | 37 | 2C |
| Octal | 62 | 117 | 254 | 107 | 66 | 0 | 41 | 342 | 67 | 54 |
| Binary | 110010 | 1001111 | 10101100 | 1000111 | 110110 | 0 | 100001 | 11100010 | 110111 | 101100 |
Color Harmonies of #324FAC
Complementary color
Monochromatic Colors of #324FAC
Black with #324FAC
Text Example
Text Example
White with #324FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FAC; }
p { color: rgb(50,79,172); }
H1.HeaderClassName
{
color: #324FAC;
}
.AnyTagClassName
{
color: #324FAC;
}
</style>
background-color css
<style>
a { background-color: #324FAC; }
a { background-color: rgb(50,79,172); }
div.DivClassName
{
background-color: #324FAC;
}
.BgClassName
{
background-color: #324FAC;
}
</style>
border-color css
<style>
span { border-color: #324FAC; }
span { border-color: rgb(50,79,172); }
td.TdClassName
{
border-color: #324FAC;
}
.TagClassName
{
border-color: #324FAC;
}
</style>