Shades of Cerulean Blue #3550AA
Tints of Cerulean Blue #3550AA
RGB
CMYK
RGB Variations
Color information
#3550AA (or 0x3550AA) is known color: Cerulean Blue. HEX triplet: 35, 50 and AA. RGB value is (53,80,170). Sum of RGB (Red+Green+Blue) = 53+80+170=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #3550AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3550AA is #CAAF55. Grayscale: #515151. Windows color (decimal): -13283158 or 11161653. OLE color: 11161653.
HSL color Cylindrical-coordinate representation of color #3550AA: hue angle of 226.15º 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 #3550AA is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 80 | 170 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.33 |
| HSL | 226.15º | 0.52% | 0.44% | - |
| HSV(B) | 226.15º | 0.69% | 0.67% | - |
| XYZ | 11.59 | 9.4 | 39.23 | - |
| YUV | 82.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 170 | 0.69 | 0.53 | 0 | 0.33 | 226.15 | 0.52 | 0.44 |
| Hex | 35 | 50 | AA | 45 | 35 | 0 | 21 | E2 | 34 | 2C |
| Octal | 65 | 120 | 252 | 105 | 65 | 0 | 41 | 342 | 64 | 54 |
| Binary | 110101 | 1010000 | 10101010 | 1000101 | 110101 | 0 | 100001 | 11100010 | 110100 | 101100 |
Color Harmonies of #3550AA
Complementary color
Monochromatic Colors of #3550AA
Black with #3550AA
Text Example
Text Example
White with #3550AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3550AA; }
p { color: rgb(53,80,170); }
H1.HeaderClassName
{
color: #3550AA;
}
.AnyTagClassName
{
color: #3550AA;
}
</style>
background-color css
<style>
a { background-color: #3550AA; }
a { background-color: rgb(53,80,170); }
div.DivClassName
{
background-color: #3550AA;
}
.BgClassName
{
background-color: #3550AA;
}
</style>
border-color css
<style>
span { border-color: #3550AA; }
span { border-color: rgb(53,80,170); }
td.TdClassName
{
border-color: #3550AA;
}
.TagClassName
{
border-color: #3550AA;
}
</style>