Shades of Cerulean Blue #3549BA
Tints of Cerulean Blue #3549BA
RGB
CMYK
RGB Variations
Color information
#3549BA (or 0x3549BA) is known color: Cerulean Blue. HEX triplet: 35, 49 and BA. RGB value is (53,73,186). Sum of RGB (Red+Green+Blue) = 53+73+186=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 73 (28.91% from 255 or 23.40% 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 #3549BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549BA is #CAB645. Grayscale: #4F4F4F. Windows color (decimal): -13284934 or 12208437. OLE color: 12208437.
HSL color Cylindrical-coordinate representation of color #3549BA: hue angle of 230.98º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3549BA is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 73 | 186 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.27 |
| HSL | 230.98º | 0.56% | 0.47% | - |
| HSV(B) | 230.98º | 0.72% | 0.73% | - |
| XYZ | 12.71 | 9.07 | 47.53 | - |
| YUV | 79.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 186 | 0.72 | 0.61 | 0 | 0.27 | 230.98 | 0.56 | 0.47 |
| Hex | 35 | 49 | BA | 48 | 3D | 0 | 1B | E7 | 38 | 2F |
| Octal | 65 | 111 | 272 | 110 | 75 | 0 | 33 | 347 | 70 | 57 |
| Binary | 110101 | 1001001 | 10111010 | 1001000 | 111101 | 0 | 11011 | 11100111 | 111000 | 101111 |
Color Harmonies of #3549BA
Complementary color
Monochromatic Colors of #3549BA
Black with #3549BA
Text Example
Text Example
White with #3549BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3549BA; }
p { color: rgb(53,73,186); }
H1.HeaderClassName
{
color: #3549BA;
}
.AnyTagClassName
{
color: #3549BA;
}
</style>
background-color css
<style>
a { background-color: #3549BA; }
a { background-color: rgb(53,73,186); }
div.DivClassName
{
background-color: #3549BA;
}
.BgClassName
{
background-color: #3549BA;
}
</style>
border-color css
<style>
span { border-color: #3549BA; }
span { border-color: rgb(53,73,186); }
td.TdClassName
{
border-color: #3549BA;
}
.TagClassName
{
border-color: #3549BA;
}
</style>