Shades of Cerulean Blue #324AB9
Tints of Cerulean Blue #324AB9
RGB
CMYK
RGB Variations
Color information
#324AB9 (or 0x324AB9) is known color: Cerulean Blue. HEX triplet: 32, 4A and B9. RGB value is (50,74,185). Sum of RGB (Red+Green+Blue) = 50+74+185=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #324AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AB9 is #CDB546. Grayscale: #4F4F4F. Windows color (decimal): -13481287 or 12143154. OLE color: 12143154.
HSL color Cylindrical-coordinate representation of color #324AB9: hue angle of 229.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324AB9 is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 74 | 185 | - |
| CMYK | 0.73 | 0.6 | 0 | 0.27 |
| HSL | 229.33º | 0.57% | 0.46% | - |
| HSV(B) | 229.33º | 0.73% | 0.73% | - |
| XYZ | 12.52 | 9.08 | 46.99 | - |
| YUV | 79.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 185 | 0.73 | 0.6 | 0 | 0.27 | 229.33 | 0.57 | 0.46 |
| Hex | 32 | 4A | B9 | 49 | 3C | 0 | 1B | E5 | 39 | 2E |
| Octal | 62 | 112 | 271 | 111 | 74 | 0 | 33 | 345 | 71 | 56 |
| Binary | 110010 | 1001010 | 10111001 | 1001001 | 111100 | 0 | 11011 | 11100101 | 111001 | 101110 |
Color Harmonies of #324AB9
Complementary color
Monochromatic Colors of #324AB9
Black with #324AB9
Text Example
Text Example
White with #324AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AB9; }
p { color: rgb(50,74,185); }
H1.HeaderClassName
{
color: #324AB9;
}
.AnyTagClassName
{
color: #324AB9;
}
</style>
background-color css
<style>
a { background-color: #324AB9; }
a { background-color: rgb(50,74,185); }
div.DivClassName
{
background-color: #324AB9;
}
.BgClassName
{
background-color: #324AB9;
}
</style>
border-color css
<style>
span { border-color: #324AB9; }
span { border-color: rgb(50,74,185); }
td.TdClassName
{
border-color: #324AB9;
}
.TagClassName
{
border-color: #324AB9;
}
</style>