Shades of Cerulean Blue #3361BA
Tints of Cerulean Blue #3361BA
RGB
CMYK
RGB Variations
Color information
#3361BA (or 0x3361BA) is known color: Cerulean Blue. HEX triplet: 33, 61 and BA. RGB value is (51,97,186). Sum of RGB (Red+Green+Blue) = 51+97+186=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #3361BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3361BA is #CC9E45. Grayscale: #5C5C5C. Windows color (decimal): -13409862 or 12214579. OLE color: 12214579.
HSL color Cylindrical-coordinate representation of color #3361BA: hue angle of 219.56º 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 #3361BA is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 97 | 186 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.27 |
| HSL | 219.56º | 0.57% | 0.46% | - |
| HSV(B) | 219.56º | 0.73% | 0.73% | - |
| XYZ | 14.5 | 12.8 | 48.16 | - |
| YUV | 93.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 186 | 0.73 | 0.48 | 0 | 0.27 | 219.56 | 0.57 | 0.46 |
| Hex | 33 | 61 | BA | 49 | 30 | 0 | 1B | DC | 39 | 2E |
| Octal | 63 | 141 | 272 | 111 | 60 | 0 | 33 | 334 | 71 | 56 |
| Binary | 110011 | 1100001 | 10111010 | 1001001 | 110000 | 0 | 11011 | 11011100 | 111001 | 101110 |
Color Harmonies of #3361BA
Complementary color
Monochromatic Colors of #3361BA
Black with #3361BA
Text Example
Text Example
White with #3361BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3361BA; }
p { color: rgb(51,97,186); }
H1.HeaderClassName
{
color: #3361BA;
}
.AnyTagClassName
{
color: #3361BA;
}
</style>
background-color css
<style>
a { background-color: #3361BA; }
a { background-color: rgb(51,97,186); }
div.DivClassName
{
background-color: #3361BA;
}
.BgClassName
{
background-color: #3361BA;
}
</style>
border-color css
<style>
span { border-color: #3361BA; }
span { border-color: rgb(51,97,186); }
td.TdClassName
{
border-color: #3361BA;
}
.TagClassName
{
border-color: #3361BA;
}
</style>