Shades of Cerulean Blue #324CBA
Tints of Cerulean Blue #324CBA
RGB
CMYK
RGB Variations
Color information
#324CBA (or 0x324CBA) is known color: Cerulean Blue. HEX triplet: 32, 4C and BA. RGB value is (50,76,186). Sum of RGB (Red+Green+Blue) = 50+76+186=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #324CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CBA is #CDB345. Grayscale: #505050. Windows color (decimal): -13480774 or 12209202. OLE color: 12209202.
HSL color Cylindrical-coordinate representation of color #324CBA: hue angle of 228.53º 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 #324CBA is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 76 | 186 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.27 |
| HSL | 228.53º | 0.58% | 0.46% | - |
| HSV(B) | 228.53º | 0.73% | 0.73% | - |
| XYZ | 12.76 | 9.39 | 47.59 | - |
| YUV | 80.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 186 | 0.73 | 0.59 | 0 | 0.27 | 228.53 | 0.58 | 0.46 |
| Hex | 32 | 4C | BA | 49 | 3B | 0 | 1B | E5 | 3A | 2E |
| Octal | 62 | 114 | 272 | 111 | 73 | 0 | 33 | 345 | 72 | 56 |
| Binary | 110010 | 1001100 | 10111010 | 1001001 | 111011 | 0 | 11011 | 11100101 | 111010 | 101110 |
Color Harmonies of #324CBA
Complementary color
Monochromatic Colors of #324CBA
Black with #324CBA
Text Example
Text Example
White with #324CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CBA; }
p { color: rgb(50,76,186); }
H1.HeaderClassName
{
color: #324CBA;
}
.AnyTagClassName
{
color: #324CBA;
}
</style>
background-color css
<style>
a { background-color: #324CBA; }
a { background-color: rgb(50,76,186); }
div.DivClassName
{
background-color: #324CBA;
}
.BgClassName
{
background-color: #324CBA;
}
</style>
border-color css
<style>
span { border-color: #324CBA; }
span { border-color: rgb(50,76,186); }
td.TdClassName
{
border-color: #324CBA;
}
.TagClassName
{
border-color: #324CBA;
}
</style>