Shades of Cerulean Blue #3550AD
Tints of Cerulean Blue #3550AD
RGB
CMYK
RGB Variations
Color information
#3550AD (or 0x3550AD) is known color: Cerulean Blue. HEX triplet: 35, 50 and AD. RGB value is (53,80,173). Sum of RGB (Red+Green+Blue) = 53+80+173=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #3550AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3550AD is #CAAF52. Grayscale: #525252. Windows color (decimal): -13283155 or 11358261. OLE color: 11358261.
HSL color Cylindrical-coordinate representation of color #3550AD: hue angle of 226.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3550AD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 80 | 173 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.32 |
| HSL | 226.5º | 0.53% | 0.44% | - |
| HSV(B) | 226.5º | 0.69% | 0.68% | - |
| XYZ | 11.88 | 9.51 | 40.74 | - |
| YUV | 82.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 173 | 0.69 | 0.54 | 0 | 0.32 | 226.5 | 0.53 | 0.44 |
| Hex | 35 | 50 | AD | 45 | 36 | 0 | 20 | E2 | 35 | 2C |
| Octal | 65 | 120 | 255 | 105 | 66 | 0 | 40 | 342 | 65 | 54 |
| Binary | 110101 | 1010000 | 10101101 | 1000101 | 110110 | 0 | 100000 | 11100010 | 110101 | 101100 |
Color Harmonies of #3550AD
Complementary color
Monochromatic Colors of #3550AD
Black with #3550AD
Text Example
Text Example
White with #3550AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3550AD; }
p { color: rgb(53,80,173); }
H1.HeaderClassName
{
color: #3550AD;
}
.AnyTagClassName
{
color: #3550AD;
}
</style>
background-color css
<style>
a { background-color: #3550AD; }
a { background-color: rgb(53,80,173); }
div.DivClassName
{
background-color: #3550AD;
}
.BgClassName
{
background-color: #3550AD;
}
</style>
border-color css
<style>
span { border-color: #3550AD; }
span { border-color: rgb(53,80,173); }
td.TdClassName
{
border-color: #3550AD;
}
.TagClassName
{
border-color: #3550AD;
}
</style>