Shades of Cerulean Blue #324EBA
Tints of Cerulean Blue #324EBA
RGB
CMYK
RGB Variations
Color information
#324EBA (or 0x324EBA) is known color: Cerulean Blue. HEX triplet: 32, 4E and BA. RGB value is (50,78,186). Sum of RGB (Red+Green+Blue) = 50+78+186=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #324EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EBA is #CDB145. Grayscale: #515151. Windows color (decimal): -13480262 or 12209714. OLE color: 12209714.
HSL color Cylindrical-coordinate representation of color #324EBA: hue angle of 227.65º degrees, saturation: 0.58, 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 #324EBA is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 78 | 186 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.27 |
| HSL | 227.65º | 0.58% | 0.46% | - |
| HSV(B) | 227.65º | 0.73% | 0.73% | - |
| XYZ | 12.9 | 9.67 | 47.64 | - |
| YUV | 81.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 186 | 0.73 | 0.58 | 0 | 0.27 | 227.65 | 0.58 | 0.46 |
| Hex | 32 | 4E | BA | 49 | 3A | 0 | 1B | E4 | 3A | 2E |
| Octal | 62 | 116 | 272 | 111 | 72 | 0 | 33 | 344 | 72 | 56 |
| Binary | 110010 | 1001110 | 10111010 | 1001001 | 111010 | 0 | 11011 | 11100100 | 111010 | 101110 |
Color Harmonies of #324EBA
Complementary color
Monochromatic Colors of #324EBA
Black with #324EBA
Text Example
Text Example
White with #324EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EBA; }
p { color: rgb(50,78,186); }
H1.HeaderClassName
{
color: #324EBA;
}
.AnyTagClassName
{
color: #324EBA;
}
</style>
background-color css
<style>
a { background-color: #324EBA; }
a { background-color: rgb(50,78,186); }
div.DivClassName
{
background-color: #324EBA;
}
.BgClassName
{
background-color: #324EBA;
}
</style>
border-color css
<style>
span { border-color: #324EBA; }
span { border-color: rgb(50,78,186); }
td.TdClassName
{
border-color: #324EBA;
}
.TagClassName
{
border-color: #324EBA;
}
</style>