Shades of Cerulean Blue #2548AA
Tints of Cerulean Blue #2548AA
RGB
CMYK
RGB Variations
Color information
#2548AA (or 0x2548AA) is known color: Cerulean Blue. HEX triplet: 25, 48 and AA. RGB value is (37,72,170). Sum of RGB (Red+Green+Blue) = 37+72+170=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #2548AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2548AA is #DAB755. Grayscale: #484848. Windows color (decimal): -14333782 or 11159589. OLE color: 11159589.
HSL color Cylindrical-coordinate representation of color #2548AA: hue angle of 224.21º 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 #2548AA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 72 | 170 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.33 |
| HSL | 224.21º | 0.64% | 0.41% | - |
| HSV(B) | 224.21º | 0.78% | 0.67% | - |
| XYZ | 10.34 | 7.93 | 39.02 | - |
| YUV | 72.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 170 | 0.78 | 0.58 | 0 | 0.33 | 224.21 | 0.64 | 0.41 |
| Hex | 25 | 48 | AA | 4E | 3A | 0 | 21 | E0 | 40 | 29 |
| Octal | 45 | 110 | 252 | 116 | 72 | 0 | 41 | 340 | 100 | 51 |
| Binary | 100101 | 1001000 | 10101010 | 1001110 | 111010 | 0 | 100001 | 11100000 | 1000000 | 101001 |
Color Harmonies of #2548AA
Complementary color
Monochromatic Colors of #2548AA
Black with #2548AA
Text Example
Text Example
White with #2548AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548AA; }
p { color: rgb(37,72,170); }
H1.HeaderClassName
{
color: #2548AA;
}
.AnyTagClassName
{
color: #2548AA;
}
</style>
background-color css
<style>
a { background-color: #2548AA; }
a { background-color: rgb(37,72,170); }
div.DivClassName
{
background-color: #2548AA;
}
.BgClassName
{
background-color: #2548AA;
}
</style>
border-color css
<style>
span { border-color: #2548AA; }
span { border-color: rgb(37,72,170); }
td.TdClassName
{
border-color: #2548AA;
}
.TagClassName
{
border-color: #2548AA;
}
</style>