Shades of Cerulean Blue #3360BA
Tints of Cerulean Blue #3360BA
RGB
CMYK
RGB Variations
Color information
#3360BA (or 0x3360BA) is known color: Cerulean Blue. HEX triplet: 33, 60 and BA. RGB value is (51,96,186). Sum of RGB (Red+Green+Blue) = 51+96+186=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #3360BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360BA is #CC9F45. Grayscale: #5C5C5C. Windows color (decimal): -13410118 or 12214323. OLE color: 12214323.
HSL color Cylindrical-coordinate representation of color #3360BA: hue angle of 220º 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 #3360BA is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 96 | 186 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.27 |
| HSL | 220º | 0.57% | 0.46% | - |
| HSV(B) | 220º | 0.73% | 0.73% | - |
| XYZ | 14.41 | 12.61 | 48.13 | - |
| YUV | 92.81 | 180.59 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 186 | 0.73 | 0.48 | 0 | 0.27 | 220 | 0.57 | 0.46 |
| Hex | 33 | 60 | BA | 49 | 30 | 0 | 1B | DC | 39 | 2E |
| Octal | 63 | 140 | 272 | 111 | 60 | 0 | 33 | 334 | 71 | 56 |
| Binary | 110011 | 1100000 | 10111010 | 1001001 | 110000 | 0 | 11011 | 11011100 | 111001 | 101110 |
Color Harmonies of #3360BA
Complementary color
Monochromatic Colors of #3360BA
Black with #3360BA
Text Example
Text Example
White with #3360BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3360BA; }
p { color: rgb(51,96,186); }
H1.HeaderClassName
{
color: #3360BA;
}
.AnyTagClassName
{
color: #3360BA;
}
</style>
background-color css
<style>
a { background-color: #3360BA; }
a { background-color: rgb(51,96,186); }
div.DivClassName
{
background-color: #3360BA;
}
.BgClassName
{
background-color: #3360BA;
}
</style>
border-color css
<style>
span { border-color: #3360BA; }
span { border-color: rgb(51,96,186); }
td.TdClassName
{
border-color: #3360BA;
}
.TagClassName
{
border-color: #3360BA;
}
</style>