Shades of Cerulean Blue #3551BA
Tints of Cerulean Blue #3551BA
RGB
CMYK
RGB Variations
Color information
#3551BA (or 0x3551BA) is known color: Cerulean Blue. HEX triplet: 35, 51 and BA. RGB value is (53,81,186). Sum of RGB (Red+Green+Blue) = 53+81+186=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #3551BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3551BA is #CAAE45. Grayscale: #545454. Windows color (decimal): -13282886 or 12210485. OLE color: 12210485.
HSL color Cylindrical-coordinate representation of color #3551BA: hue angle of 227.37º 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 #3551BA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 81 | 186 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.27 |
| HSL | 227.37º | 0.56% | 0.47% | - |
| HSV(B) | 227.37º | 0.72% | 0.73% | - |
| XYZ | 13.27 | 10.19 | 47.72 | - |
| YUV | 84.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 186 | 0.72 | 0.56 | 0 | 0.27 | 227.37 | 0.56 | 0.47 |
| Hex | 35 | 51 | BA | 48 | 38 | 0 | 1B | E3 | 38 | 2F |
| Octal | 65 | 121 | 272 | 110 | 70 | 0 | 33 | 343 | 70 | 57 |
| Binary | 110101 | 1010001 | 10111010 | 1001000 | 111000 | 0 | 11011 | 11100011 | 111000 | 101111 |
Color Harmonies of #3551BA
Complementary color
Monochromatic Colors of #3551BA
Black with #3551BA
Text Example
Text Example
White with #3551BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3551BA; }
p { color: rgb(53,81,186); }
H1.HeaderClassName
{
color: #3551BA;
}
.AnyTagClassName
{
color: #3551BA;
}
</style>
background-color css
<style>
a { background-color: #3551BA; }
a { background-color: rgb(53,81,186); }
div.DivClassName
{
background-color: #3551BA;
}
.BgClassName
{
background-color: #3551BA;
}
</style>
border-color css
<style>
span { border-color: #3551BA; }
span { border-color: rgb(53,81,186); }
td.TdClassName
{
border-color: #3551BA;
}
.TagClassName
{
border-color: #3551BA;
}
</style>