Shades of Cerulean Blue #324AA9
Tints of Cerulean Blue #324AA9
RGB
CMYK
RGB Variations
Color information
#324AA9 (or 0x324AA9) is known color: Cerulean Blue. HEX triplet: 32, 4A and A9. RGB value is (50,74,169). Sum of RGB (Red+Green+Blue) = 50+74+169=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #324AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AA9 is #CDB556. Grayscale: #4D4D4D. Windows color (decimal): -13481303 or 11094578. OLE color: 11094578.
HSL color Cylindrical-coordinate representation of color #324AA9: hue angle of 227.9º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324AA9 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 74 | 169 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.34 |
| HSL | 227.9º | 0.54% | 0.43% | - |
| HSV(B) | 227.9º | 0.7% | 0.66% | - |
| XYZ | 10.93 | 8.44 | 38.59 | - |
| YUV | 77.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 169 | 0.70 | 0.56 | 0 | 0.34 | 227.9 | 0.54 | 0.43 |
| Hex | 32 | 4A | A9 | 46 | 38 | 0 | 22 | E4 | 36 | 2B |
| Octal | 62 | 112 | 251 | 106 | 70 | 0 | 42 | 344 | 66 | 53 |
| Binary | 110010 | 1001010 | 10101001 | 1000110 | 111000 | 0 | 100010 | 11100100 | 110110 | 101011 |
Color Harmonies of #324AA9
Complementary color
Monochromatic Colors of #324AA9
Black with #324AA9
Text Example
Text Example
White with #324AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AA9; }
p { color: rgb(50,74,169); }
H1.HeaderClassName
{
color: #324AA9;
}
.AnyTagClassName
{
color: #324AA9;
}
</style>
background-color css
<style>
a { background-color: #324AA9; }
a { background-color: rgb(50,74,169); }
div.DivClassName
{
background-color: #324AA9;
}
.BgClassName
{
background-color: #324AA9;
}
</style>
border-color css
<style>
span { border-color: #324AA9; }
span { border-color: rgb(50,74,169); }
td.TdClassName
{
border-color: #324AA9;
}
.TagClassName
{
border-color: #324AA9;
}
</style>