Shades of Cerulean Blue #3352AC
Tints of Cerulean Blue #3352AC
RGB
CMYK
RGB Variations
Color information
#3352AC (or 0x3352AC) is known color: Cerulean Blue. HEX triplet: 33, 52 and AC. RGB value is (51,82,172). Sum of RGB (Red+Green+Blue) = 51+82+172=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #3352AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3352AC is #CCAD53. Grayscale: #525252. Windows color (decimal): -13413716 or 11293235. OLE color: 11293235.
HSL color Cylindrical-coordinate representation of color #3352AC: hue angle of 224.63º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3352AC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 82 | 172 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.33 |
| HSL | 224.63º | 0.54% | 0.44% | - |
| HSV(B) | 224.63º | 0.7% | 0.67% | - |
| XYZ | 11.83 | 9.72 | 40.28 | - |
| YUV | 82.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 172 | 0.70 | 0.52 | 0 | 0.33 | 224.63 | 0.54 | 0.44 |
| Hex | 33 | 52 | AC | 46 | 34 | 0 | 21 | E1 | 36 | 2C |
| Octal | 63 | 122 | 254 | 106 | 64 | 0 | 41 | 341 | 66 | 54 |
| Binary | 110011 | 1010010 | 10101100 | 1000110 | 110100 | 0 | 100001 | 11100001 | 110110 | 101100 |
Color Harmonies of #3352AC
Complementary color
Monochromatic Colors of #3352AC
Black with #3352AC
Text Example
Text Example
White with #3352AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3352AC; }
p { color: rgb(51,82,172); }
H1.HeaderClassName
{
color: #3352AC;
}
.AnyTagClassName
{
color: #3352AC;
}
</style>
background-color css
<style>
a { background-color: #3352AC; }
a { background-color: rgb(51,82,172); }
div.DivClassName
{
background-color: #3352AC;
}
.BgClassName
{
background-color: #3352AC;
}
</style>
border-color css
<style>
span { border-color: #3352AC; }
span { border-color: rgb(51,82,172); }
td.TdClassName
{
border-color: #3352AC;
}
.TagClassName
{
border-color: #3352AC;
}
</style>