Shades of Cerulean Blue #324DBA
Tints of Cerulean Blue #324DBA
RGB
CMYK
RGB Variations
Color information
#324DBA (or 0x324DBA) is known color: Cerulean Blue. HEX triplet: 32, 4D and BA. RGB value is (50,77,186). Sum of RGB (Red+Green+Blue) = 50+77+186=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #324DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DBA is #CDB245. Grayscale: #505050. Windows color (decimal): -13480518 or 12209458. OLE color: 12209458.
HSL color Cylindrical-coordinate representation of color #324DBA: hue angle of 228.09º 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 #324DBA is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 77 | 186 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.27 |
| HSL | 228.09º | 0.58% | 0.46% | - |
| HSV(B) | 228.09º | 0.73% | 0.73% | - |
| XYZ | 12.83 | 9.53 | 47.62 | - |
| YUV | 81.35 | 187.05 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 186 | 0.73 | 0.59 | 0 | 0.27 | 228.09 | 0.58 | 0.46 |
| Hex | 32 | 4D | BA | 49 | 3B | 0 | 1B | E4 | 3A | 2E |
| Octal | 62 | 115 | 272 | 111 | 73 | 0 | 33 | 344 | 72 | 56 |
| Binary | 110010 | 1001101 | 10111010 | 1001001 | 111011 | 0 | 11011 | 11100100 | 111010 | 101110 |
Color Harmonies of #324DBA
Complementary color
Monochromatic Colors of #324DBA
Black with #324DBA
Text Example
Text Example
White with #324DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DBA; }
p { color: rgb(50,77,186); }
H1.HeaderClassName
{
color: #324DBA;
}
.AnyTagClassName
{
color: #324DBA;
}
</style>
background-color css
<style>
a { background-color: #324DBA; }
a { background-color: rgb(50,77,186); }
div.DivClassName
{
background-color: #324DBA;
}
.BgClassName
{
background-color: #324DBA;
}
</style>
border-color css
<style>
span { border-color: #324DBA; }
span { border-color: rgb(50,77,186); }
td.TdClassName
{
border-color: #324DBA;
}
.TagClassName
{
border-color: #324DBA;
}
</style>