Shades of Cerulean Blue #3366BA
Tints of Cerulean Blue #3366BA
RGB
CMYK
RGB Variations
Color information
#3366BA (or 0x3366BA) is known color: Cerulean Blue. HEX triplet: 33, 66 and BA. RGB value is (51,102,186). Sum of RGB (Red+Green+Blue) = 51+102+186=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #3366BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366BA is #CC9945. Grayscale: #5F5F5F. Windows color (decimal): -13408582 or 12215859. OLE color: 12215859.
HSL color Cylindrical-coordinate representation of color #3366BA: hue angle of 217.33º 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 #3366BA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 102 | 186 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.27 |
| HSL | 217.33º | 0.57% | 0.46% | - |
| HSV(B) | 217.33º | 0.73% | 0.73% | - |
| XYZ | 14.98 | 13.75 | 48.32 | - |
| YUV | 96.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 186 | 0.73 | 0.45 | 0 | 0.27 | 217.33 | 0.57 | 0.46 |
| Hex | 33 | 66 | BA | 49 | 2D | 0 | 1B | D9 | 39 | 2E |
| Octal | 63 | 146 | 272 | 111 | 55 | 0 | 33 | 331 | 71 | 56 |
| Binary | 110011 | 1100110 | 10111010 | 1001001 | 101101 | 0 | 11011 | 11011001 | 111001 | 101110 |
Color Harmonies of #3366BA
Complementary color
Monochromatic Colors of #3366BA
Black with #3366BA
Text Example
Text Example
White with #3366BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3366BA; }
p { color: rgb(51,102,186); }
H1.HeaderClassName
{
color: #3366BA;
}
.AnyTagClassName
{
color: #3366BA;
}
</style>
background-color css
<style>
a { background-color: #3366BA; }
a { background-color: rgb(51,102,186); }
div.DivClassName
{
background-color: #3366BA;
}
.BgClassName
{
background-color: #3366BA;
}
</style>
border-color css
<style>
span { border-color: #3366BA; }
span { border-color: rgb(51,102,186); }
td.TdClassName
{
border-color: #3366BA;
}
.TagClassName
{
border-color: #3366BA;
}
</style>