Shades of Cerulean Blue #2546AB
Tints of Cerulean Blue #2546AB
RGB
CMYK
RGB Variations
Color information
#2546AB (or 0x2546AB) is known color: Cerulean Blue. HEX triplet: 25, 46 and AB. RGB value is (37,70,171). Sum of RGB (Red+Green+Blue) = 37+70+171=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2546AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2546AB is #DAB954. Grayscale: #474747. Windows color (decimal): -14334293 or 11224613. OLE color: 11224613.
HSL color Cylindrical-coordinate representation of color #2546AB: hue angle of 225.22º 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 #2546AB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 70 | 171 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.33 |
| HSL | 225.22º | 0.64% | 0.41% | - |
| HSV(B) | 225.22º | 0.78% | 0.67% | - |
| XYZ | 10.3 | 7.71 | 39.47 | - |
| YUV | 71.65 | 184.07 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 171 | 0.78 | 0.59 | 0 | 0.33 | 225.22 | 0.64 | 0.41 |
| Hex | 25 | 46 | AB | 4E | 3B | 0 | 21 | E1 | 40 | 29 |
| Octal | 45 | 106 | 253 | 116 | 73 | 0 | 41 | 341 | 100 | 51 |
| Binary | 100101 | 1000110 | 10101011 | 1001110 | 111011 | 0 | 100001 | 11100001 | 1000000 | 101001 |
Color Harmonies of #2546AB
Complementary color
Monochromatic Colors of #2546AB
Black with #2546AB
Text Example
Text Example
White with #2546AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2546AB; }
p { color: rgb(37,70,171); }
H1.HeaderClassName
{
color: #2546AB;
}
.AnyTagClassName
{
color: #2546AB;
}
</style>
background-color css
<style>
a { background-color: #2546AB; }
a { background-color: rgb(37,70,171); }
div.DivClassName
{
background-color: #2546AB;
}
.BgClassName
{
background-color: #2546AB;
}
</style>
border-color css
<style>
span { border-color: #2546AB; }
span { border-color: rgb(37,70,171); }
td.TdClassName
{
border-color: #2546AB;
}
.TagClassName
{
border-color: #2546AB;
}
</style>