Shades of Cerulean Blue #3249BA
Tints of Cerulean Blue #3249BA
RGB
CMYK
RGB Variations
Color information
#3249BA (or 0x3249BA) is known color: Cerulean Blue. HEX triplet: 32, 49 and BA. RGB value is (50,73,186). Sum of RGB (Red+Green+Blue) = 50+73+186=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #3249BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3249BA is #CDB645. Grayscale: #4E4E4E. Windows color (decimal): -13481542 or 12208434. OLE color: 12208434.
HSL color Cylindrical-coordinate representation of color #3249BA: hue angle of 229.85º 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 #3249BA is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 73 | 186 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.27 |
| HSL | 229.85º | 0.58% | 0.46% | - |
| HSV(B) | 229.85º | 0.73% | 0.73% | - |
| XYZ | 12.56 | 8.99 | 47.53 | - |
| YUV | 79.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 186 | 0.73 | 0.61 | 0 | 0.27 | 229.85 | 0.58 | 0.46 |
| Hex | 32 | 49 | BA | 49 | 3D | 0 | 1B | E6 | 3A | 2E |
| Octal | 62 | 111 | 272 | 111 | 75 | 0 | 33 | 346 | 72 | 56 |
| Binary | 110010 | 1001001 | 10111010 | 1001001 | 111101 | 0 | 11011 | 11100110 | 111010 | 101110 |
Color Harmonies of #3249BA
Complementary color
Monochromatic Colors of #3249BA
Black with #3249BA
Text Example
Text Example
White with #3249BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3249BA; }
p { color: rgb(50,73,186); }
H1.HeaderClassName
{
color: #3249BA;
}
.AnyTagClassName
{
color: #3249BA;
}
</style>
background-color css
<style>
a { background-color: #3249BA; }
a { background-color: rgb(50,73,186); }
div.DivClassName
{
background-color: #3249BA;
}
.BgClassName
{
background-color: #3249BA;
}
</style>
border-color css
<style>
span { border-color: #3249BA; }
span { border-color: rgb(50,73,186); }
td.TdClassName
{
border-color: #3249BA;
}
.TagClassName
{
border-color: #3249BA;
}
</style>