Shades of Cerulean Blue #3352BA
Tints of Cerulean Blue #3352BA
RGB
CMYK
RGB Variations
Color information
#3352BA (or 0x3352BA) is known color: Cerulean Blue. HEX triplet: 33, 52 and BA. RGB value is (51,82,186). Sum of RGB (Red+Green+Blue) = 51+82+186=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #3352BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3352BA is #CCAD45. Grayscale: #545454. Windows color (decimal): -13413702 or 12210739. OLE color: 12210739.
HSL color Cylindrical-coordinate representation of color #3352BA: hue angle of 226.22º 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 #3352BA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 82 | 186 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.27 |
| HSL | 226.22º | 0.57% | 0.46% | - |
| HSV(B) | 226.22º | 0.73% | 0.73% | - |
| XYZ | 13.25 | 10.28 | 47.74 | - |
| YUV | 84.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 186 | 0.73 | 0.56 | 0 | 0.27 | 226.22 | 0.57 | 0.46 |
| Hex | 33 | 52 | BA | 49 | 38 | 0 | 1B | E2 | 39 | 2E |
| Octal | 63 | 122 | 272 | 111 | 70 | 0 | 33 | 342 | 71 | 56 |
| Binary | 110011 | 1010010 | 10111010 | 1001001 | 111000 | 0 | 11011 | 11100010 | 111001 | 101110 |
Color Harmonies of #3352BA
Complementary color
Monochromatic Colors of #3352BA
Black with #3352BA
Text Example
Text Example
White with #3352BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3352BA; }
p { color: rgb(51,82,186); }
H1.HeaderClassName
{
color: #3352BA;
}
.AnyTagClassName
{
color: #3352BA;
}
</style>
background-color css
<style>
a { background-color: #3352BA; }
a { background-color: rgb(51,82,186); }
div.DivClassName
{
background-color: #3352BA;
}
.BgClassName
{
background-color: #3352BA;
}
</style>
border-color css
<style>
span { border-color: #3352BA; }
span { border-color: rgb(51,82,186); }
td.TdClassName
{
border-color: #3352BA;
}
.TagClassName
{
border-color: #3352BA;
}
</style>