Shades of Cerulean Blue #2550AA
Tints of Cerulean Blue #2550AA
RGB
CMYK
RGB Variations
Color information
#2550AA (or 0x2550AA) is known color: Cerulean Blue. HEX triplet: 25, 50 and AA. RGB value is (37,80,170). Sum of RGB (Red+Green+Blue) = 37+80+170=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #2550AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2550AA is #DAAF55. Grayscale: #4D4D4D. Windows color (decimal): -14331734 or 11161637. OLE color: 11161637.
HSL color Cylindrical-coordinate representation of color #2550AA: hue angle of 220.6º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2550AA is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 80 | 170 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.33 |
| HSL | 220.6º | 0.64% | 0.41% | - |
| HSV(B) | 220.6º | 0.78% | 0.67% | - |
| XYZ | 10.89 | 9.03 | 39.2 | - |
| YUV | 77.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 170 | 0.78 | 0.53 | 0 | 0.33 | 220.6 | 0.64 | 0.41 |
| Hex | 25 | 50 | AA | 4E | 35 | 0 | 21 | DD | 40 | 29 |
| Octal | 45 | 120 | 252 | 116 | 65 | 0 | 41 | 335 | 100 | 51 |
| Binary | 100101 | 1010000 | 10101010 | 1001110 | 110101 | 0 | 100001 | 11011101 | 1000000 | 101001 |
Color Harmonies of #2550AA
Complementary color
Monochromatic Colors of #2550AA
Black with #2550AA
Text Example
Text Example
White with #2550AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550AA; }
p { color: rgb(37,80,170); }
H1.HeaderClassName
{
color: #2550AA;
}
.AnyTagClassName
{
color: #2550AA;
}
</style>
background-color css
<style>
a { background-color: #2550AA; }
a { background-color: rgb(37,80,170); }
div.DivClassName
{
background-color: #2550AA;
}
.BgClassName
{
background-color: #2550AA;
}
</style>
border-color css
<style>
span { border-color: #2550AA; }
span { border-color: rgb(37,80,170); }
td.TdClassName
{
border-color: #2550AA;
}
.TagClassName
{
border-color: #2550AA;
}
</style>