Shades of Cerulean Blue #3249BB
Tints of Cerulean Blue #3249BB
RGB
CMYK
RGB Variations
Color information
#3249BB (or 0x3249BB) is known color: Cerulean Blue. HEX triplet: 32, 49 and BB. RGB value is (50,73,187). Sum of RGB (Red+Green+Blue) = 50+73+187=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #3249BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3249BB is #CDB644. Grayscale: #4E4E4E. Windows color (decimal): -13481541 or 12273970. OLE color: 12273970.
HSL color Cylindrical-coordinate representation of color #3249BB: hue angle of 229.93º 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 #3249BB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 73 | 187 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.27 |
| HSL | 229.93º | 0.58% | 0.46% | - |
| HSV(B) | 229.93º | 0.73% | 0.73% | - |
| XYZ | 12.67 | 9.03 | 48.09 | - |
| YUV | 79.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 187 | 0.73 | 0.61 | 0 | 0.27 | 229.93 | 0.58 | 0.46 |
| Hex | 32 | 49 | BB | 49 | 3D | 0 | 1B | E6 | 3A | 2E |
| Octal | 62 | 111 | 273 | 111 | 75 | 0 | 33 | 346 | 72 | 56 |
| Binary | 110010 | 1001001 | 10111011 | 1001001 | 111101 | 0 | 11011 | 11100110 | 111010 | 101110 |
Color Harmonies of #3249BB
Complementary color
Monochromatic Colors of #3249BB
Black with #3249BB
Text Example
Text Example
White with #3249BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3249BB; }
p { color: rgb(50,73,187); }
H1.HeaderClassName
{
color: #3249BB;
}
.AnyTagClassName
{
color: #3249BB;
}
</style>
background-color css
<style>
a { background-color: #3249BB; }
a { background-color: rgb(50,73,187); }
div.DivClassName
{
background-color: #3249BB;
}
.BgClassName
{
background-color: #3249BB;
}
</style>
border-color css
<style>
span { border-color: #3249BB; }
span { border-color: rgb(50,73,187); }
td.TdClassName
{
border-color: #3249BB;
}
.TagClassName
{
border-color: #3249BB;
}
</style>