Shades of Cerulean Blue #3362BA
Tints of Cerulean Blue #3362BA
RGB
CMYK
RGB Variations
Color information
#3362BA (or 0x3362BA) is known color: Cerulean Blue. HEX triplet: 33, 62 and BA. RGB value is (51,98,186). Sum of RGB (Red+Green+Blue) = 51+98+186=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #3362BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362BA is #CC9D45. Grayscale: #5D5D5D. Windows color (decimal): -13409606 or 12214835. OLE color: 12214835.
HSL color Cylindrical-coordinate representation of color #3362BA: hue angle of 219.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 #3362BA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 98 | 186 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.27 |
| HSL | 219.11º | 0.57% | 0.46% | - |
| HSV(B) | 219.11º | 0.73% | 0.73% | - |
| XYZ | 14.6 | 12.98 | 48.19 | - |
| YUV | 93.98 | 179.93 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 186 | 0.73 | 0.47 | 0 | 0.27 | 219.11 | 0.57 | 0.46 |
| Hex | 33 | 62 | BA | 49 | 2F | 0 | 1B | DB | 39 | 2E |
| Octal | 63 | 142 | 272 | 111 | 57 | 0 | 33 | 333 | 71 | 56 |
| Binary | 110011 | 1100010 | 10111010 | 1001001 | 101111 | 0 | 11011 | 11011011 | 111001 | 101110 |
Color Harmonies of #3362BA
Complementary color
Monochromatic Colors of #3362BA
Black with #3362BA
Text Example
Text Example
White with #3362BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362BA; }
p { color: rgb(51,98,186); }
H1.HeaderClassName
{
color: #3362BA;
}
.AnyTagClassName
{
color: #3362BA;
}
</style>
background-color css
<style>
a { background-color: #3362BA; }
a { background-color: rgb(51,98,186); }
div.DivClassName
{
background-color: #3362BA;
}
.BgClassName
{
background-color: #3362BA;
}
</style>
border-color css
<style>
span { border-color: #3362BA; }
span { border-color: rgb(51,98,186); }
td.TdClassName
{
border-color: #3362BA;
}
.TagClassName
{
border-color: #3362BA;
}
</style>