Shades of Cerulean Blue #3355BA
Tints of Cerulean Blue #3355BA
RGB
CMYK
RGB Variations
Color information
#3355BA (or 0x3355BA) is known color: Cerulean Blue. HEX triplet: 33, 55 and BA. RGB value is (51,85,186). Sum of RGB (Red+Green+Blue) = 51+85+186=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #3355BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355BA is #CCAA45. Grayscale: #555555. Windows color (decimal): -13412934 or 12211507. OLE color: 12211507.
HSL color Cylindrical-coordinate representation of color #3355BA: hue angle of 224.89º 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 #3355BA is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 85 | 186 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.27 |
| HSL | 224.89º | 0.57% | 0.46% | - |
| HSV(B) | 224.89º | 0.73% | 0.73% | - |
| XYZ | 13.48 | 10.75 | 47.82 | - |
| YUV | 86.35 | 184.24 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 186 | 0.73 | 0.54 | 0 | 0.27 | 224.89 | 0.57 | 0.46 |
| Hex | 33 | 55 | BA | 49 | 36 | 0 | 1B | E1 | 39 | 2E |
| Octal | 63 | 125 | 272 | 111 | 66 | 0 | 33 | 341 | 71 | 56 |
| Binary | 110011 | 1010101 | 10111010 | 1001001 | 110110 | 0 | 11011 | 11100001 | 111001 | 101110 |
Color Harmonies of #3355BA
Complementary color
Monochromatic Colors of #3355BA
Black with #3355BA
Text Example
Text Example
White with #3355BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355BA; }
p { color: rgb(51,85,186); }
H1.HeaderClassName
{
color: #3355BA;
}
.AnyTagClassName
{
color: #3355BA;
}
</style>
background-color css
<style>
a { background-color: #3355BA; }
a { background-color: rgb(51,85,186); }
div.DivClassName
{
background-color: #3355BA;
}
.BgClassName
{
background-color: #3355BA;
}
</style>
border-color css
<style>
span { border-color: #3355BA; }
span { border-color: rgb(51,85,186); }
td.TdClassName
{
border-color: #3355BA;
}
.TagClassName
{
border-color: #3355BA;
}
</style>