Shades of Cerulean Blue #324BA9
Tints of Cerulean Blue #324BA9
RGB
CMYK
RGB Variations
Color information
#324BA9 (or 0x324BA9) is known color: Cerulean Blue. HEX triplet: 32, 4B and A9. RGB value is (50,75,169). Sum of RGB (Red+Green+Blue) = 50+75+169=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #324BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324BA9 is #CDB456. Grayscale: #4D4D4D. Windows color (decimal): -13481047 or 11094834. OLE color: 11094834.
HSL color Cylindrical-coordinate representation of color #324BA9: hue angle of 227.39º 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 #324BA9 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 75 | 169 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.34 |
| HSL | 227.4º | 0.54% | 0.43% | - |
| HSV(B) | 227.4º | 0.7% | 0.66% | - |
| XYZ | 10.99 | 8.57 | 38.61 | - |
| YUV | 78.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 169 | 0.70 | 0.56 | 0 | 0.34 | 227.4 | 0.54 | 0.43 |
| Hex | 32 | 4B | A9 | 46 | 38 | 0 | 22 | E3 | 36 | 2B |
| Octal | 62 | 113 | 251 | 106 | 70 | 0 | 42 | 343 | 66 | 53 |
| Binary | 110010 | 1001011 | 10101001 | 1000110 | 111000 | 0 | 100010 | 11100011 | 110110 | 101011 |
Color Harmonies of #324BA9
Complementary color
Monochromatic Colors of #324BA9
Black with #324BA9
Text Example
Text Example
White with #324BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BA9; }
p { color: rgb(50,75,169); }
H1.HeaderClassName
{
color: #324BA9;
}
.AnyTagClassName
{
color: #324BA9;
}
</style>
background-color css
<style>
a { background-color: #324BA9; }
a { background-color: rgb(50,75,169); }
div.DivClassName
{
background-color: #324BA9;
}
.BgClassName
{
background-color: #324BA9;
}
</style>
border-color css
<style>
span { border-color: #324BA9; }
span { border-color: rgb(50,75,169); }
td.TdClassName
{
border-color: #324BA9;
}
.TagClassName
{
border-color: #324BA9;
}
</style>