Shades of Cerulean Blue #3551AA
Tints of Cerulean Blue #3551AA
RGB
CMYK
RGB Variations
Color information
#3551AA (or 0x3551AA) is known color: Cerulean Blue. HEX triplet: 35, 51 and AA. RGB value is (53,81,170). Sum of RGB (Red+Green+Blue) = 53+81+170=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #3551AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3551AA is #CAAE55. Grayscale: #525252. Windows color (decimal): -13282902 or 11161909. OLE color: 11161909.
HSL color Cylindrical-coordinate representation of color #3551AA: hue angle of 225.64º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3551AA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 81 | 170 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.33 |
| HSL | 225.64º | 0.52% | 0.44% | - |
| HSV(B) | 225.64º | 0.69% | 0.67% | - |
| XYZ | 11.67 | 9.54 | 39.26 | - |
| YUV | 82.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 170 | 0.69 | 0.52 | 0 | 0.33 | 225.64 | 0.52 | 0.44 |
| Hex | 35 | 51 | AA | 45 | 34 | 0 | 21 | E2 | 34 | 2C |
| Octal | 65 | 121 | 252 | 105 | 64 | 0 | 41 | 342 | 64 | 54 |
| Binary | 110101 | 1010001 | 10101010 | 1000101 | 110100 | 0 | 100001 | 11100010 | 110100 | 101100 |
Color Harmonies of #3551AA
Complementary color
Monochromatic Colors of #3551AA
Black with #3551AA
Text Example
Text Example
White with #3551AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3551AA; }
p { color: rgb(53,81,170); }
H1.HeaderClassName
{
color: #3551AA;
}
.AnyTagClassName
{
color: #3551AA;
}
</style>
background-color css
<style>
a { background-color: #3551AA; }
a { background-color: rgb(53,81,170); }
div.DivClassName
{
background-color: #3551AA;
}
.BgClassName
{
background-color: #3551AA;
}
</style>
border-color css
<style>
span { border-color: #3551AA; }
span { border-color: rgb(53,81,170); }
td.TdClassName
{
border-color: #3551AA;
}
.TagClassName
{
border-color: #3551AA;
}
</style>