Shades of Cerulean Blue #3551AF
Tints of Cerulean Blue #3551AF
RGB
CMYK
RGB Variations
Color information
#3551AF (or 0x3551AF) is known color: Cerulean Blue. HEX triplet: 35, 51 and AF. RGB value is (53,81,175). Sum of RGB (Red+Green+Blue) = 53+81+175=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #3551AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3551AF is #CAAE50. Grayscale: #525252. Windows color (decimal): -13282897 or 11489589. OLE color: 11489589.
HSL color Cylindrical-coordinate representation of color #3551AF: hue angle of 226.23º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3551AF is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 81 | 175 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.31 |
| HSL | 226.23º | 0.54% | 0.45% | - |
| HSV(B) | 226.23º | 0.7% | 0.69% | - |
| XYZ | 12.15 | 9.74 | 41.8 | - |
| YUV | 83.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 175 | 0.70 | 0.54 | 0 | 0.31 | 226.23 | 0.54 | 0.45 |
| Hex | 35 | 51 | AF | 46 | 36 | 0 | 1F | E2 | 36 | 2D |
| Octal | 65 | 121 | 257 | 106 | 66 | 0 | 37 | 342 | 66 | 55 |
| Binary | 110101 | 1010001 | 10101111 | 1000110 | 110110 | 0 | 11111 | 11100010 | 110110 | 101101 |
Color Harmonies of #3551AF
Complementary color
Monochromatic Colors of #3551AF
Black with #3551AF
Text Example
Text Example
White with #3551AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3551AF; }
p { color: rgb(53,81,175); }
H1.HeaderClassName
{
color: #3551AF;
}
.AnyTagClassName
{
color: #3551AF;
}
</style>
background-color css
<style>
a { background-color: #3551AF; }
a { background-color: rgb(53,81,175); }
div.DivClassName
{
background-color: #3551AF;
}
.BgClassName
{
background-color: #3551AF;
}
</style>
border-color css
<style>
span { border-color: #3551AF; }
span { border-color: rgb(53,81,175); }
td.TdClassName
{
border-color: #3551AF;
}
.TagClassName
{
border-color: #3551AF;
}
</style>