Shades of Cerulean Blue #3546BA
Tints of Cerulean Blue #3546BA
RGB
CMYK
RGB Variations
Color information
#3546BA (or 0x3546BA) is known color: Cerulean Blue. HEX triplet: 35, 46 and BA. RGB value is (53,70,186). Sum of RGB (Red+Green+Blue) = 53+70+186=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 70 (27.73% from 255 or 22.65% 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 #3546BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3546BA is #CAB945. Grayscale: #4D4D4D. Windows color (decimal): -13285702 or 12207669. OLE color: 12207669.
HSL color Cylindrical-coordinate representation of color #3546BA: hue angle of 232.33º 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 #3546BA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 70 | 186 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.27 |
| HSL | 232.33º | 0.56% | 0.47% | - |
| HSV(B) | 232.33º | 0.72% | 0.73% | - |
| XYZ | 12.52 | 8.68 | 47.47 | - |
| YUV | 78.14 | 188.87 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 186 | 0.72 | 0.62 | 0 | 0.27 | 232.33 | 0.56 | 0.47 |
| Hex | 35 | 46 | BA | 48 | 3E | 0 | 1B | E8 | 38 | 2F |
| Octal | 65 | 106 | 272 | 110 | 76 | 0 | 33 | 350 | 70 | 57 |
| Binary | 110101 | 1000110 | 10111010 | 1001000 | 111110 | 0 | 11011 | 11101000 | 111000 | 101111 |
Color Harmonies of #3546BA
Complementary color
Monochromatic Colors of #3546BA
Black with #3546BA
Text Example
Text Example
White with #3546BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3546BA; }
p { color: rgb(53,70,186); }
H1.HeaderClassName
{
color: #3546BA;
}
.AnyTagClassName
{
color: #3546BA;
}
</style>
background-color css
<style>
a { background-color: #3546BA; }
a { background-color: rgb(53,70,186); }
div.DivClassName
{
background-color: #3546BA;
}
.BgClassName
{
background-color: #3546BA;
}
</style>
border-color css
<style>
span { border-color: #3546BA; }
span { border-color: rgb(53,70,186); }
td.TdClassName
{
border-color: #3546BA;
}
.TagClassName
{
border-color: #3546BA;
}
</style>