Shades of Cerulean Blue #2547AB
Tints of Cerulean Blue #2547AB
RGB
CMYK
RGB Variations
Color information
#2547AB (or 0x2547AB) is known color: Cerulean Blue. HEX triplet: 25, 47 and AB. RGB value is (37,71,171). Sum of RGB (Red+Green+Blue) = 37+71+171=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2547AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2547AB is #DAB854. Grayscale: #474747. Windows color (decimal): -14334037 or 11224869. OLE color: 11224869.
HSL color Cylindrical-coordinate representation of color #2547AB: hue angle of 224.78º 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 #2547AB is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 71 | 171 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.33 |
| HSL | 224.78º | 0.64% | 0.41% | - |
| HSV(B) | 224.78º | 0.78% | 0.67% | - |
| XYZ | 10.37 | 7.84 | 39.49 | - |
| YUV | 72.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 171 | 0.78 | 0.58 | 0 | 0.33 | 224.78 | 0.64 | 0.41 |
| Hex | 25 | 47 | AB | 4E | 3A | 0 | 21 | E1 | 40 | 29 |
| Octal | 45 | 107 | 253 | 116 | 72 | 0 | 41 | 341 | 100 | 51 |
| Binary | 100101 | 1000111 | 10101011 | 1001110 | 111010 | 0 | 100001 | 11100001 | 1000000 | 101001 |
Color Harmonies of #2547AB
Complementary color
Monochromatic Colors of #2547AB
Black with #2547AB
Text Example
Text Example
White with #2547AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2547AB; }
p { color: rgb(37,71,171); }
H1.HeaderClassName
{
color: #2547AB;
}
.AnyTagClassName
{
color: #2547AB;
}
</style>
background-color css
<style>
a { background-color: #2547AB; }
a { background-color: rgb(37,71,171); }
div.DivClassName
{
background-color: #2547AB;
}
.BgClassName
{
background-color: #2547AB;
}
</style>
border-color css
<style>
span { border-color: #2547AB; }
span { border-color: rgb(37,71,171); }
td.TdClassName
{
border-color: #2547AB;
}
.TagClassName
{
border-color: #2547AB;
}
</style>