Shades of Cerulean Blue #3350BA
Tints of Cerulean Blue #3350BA
RGB
CMYK
RGB Variations
Color information
#3350BA (or 0x3350BA) is known color: Cerulean Blue. HEX triplet: 33, 50 and BA. RGB value is (51,80,186). Sum of RGB (Red+Green+Blue) = 51+80+186=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #3350BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350BA is #CCAF45. Grayscale: #525252. Windows color (decimal): -13414214 or 12210227. OLE color: 12210227.
HSL color Cylindrical-coordinate representation of color #3350BA: hue angle of 227.11º degrees, saturation: 0.57, 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 #3350BA is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 80 | 186 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.27 |
| HSL | 227.11º | 0.57% | 0.46% | - |
| HSV(B) | 227.11º | 0.73% | 0.73% | - |
| XYZ | 13.1 | 9.99 | 47.69 | - |
| YUV | 83.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 186 | 0.73 | 0.57 | 0 | 0.27 | 227.11 | 0.57 | 0.46 |
| Hex | 33 | 50 | BA | 49 | 39 | 0 | 1B | E3 | 39 | 2E |
| Octal | 63 | 120 | 272 | 111 | 71 | 0 | 33 | 343 | 71 | 56 |
| Binary | 110011 | 1010000 | 10111010 | 1001001 | 111001 | 0 | 11011 | 11100011 | 111001 | 101110 |
Color Harmonies of #3350BA
Complementary color
Monochromatic Colors of #3350BA
Black with #3350BA
Text Example
Text Example
White with #3350BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350BA; }
p { color: rgb(51,80,186); }
H1.HeaderClassName
{
color: #3350BA;
}
.AnyTagClassName
{
color: #3350BA;
}
</style>
background-color css
<style>
a { background-color: #3350BA; }
a { background-color: rgb(51,80,186); }
div.DivClassName
{
background-color: #3350BA;
}
.BgClassName
{
background-color: #3350BA;
}
</style>
border-color css
<style>
span { border-color: #3350BA; }
span { border-color: rgb(51,80,186); }
td.TdClassName
{
border-color: #3350BA;
}
.TagClassName
{
border-color: #3350BA;
}
</style>