Shades of Cerulean Blue #2551AB
Tints of Cerulean Blue #2551AB
RGB
CMYK
RGB Variations
Color information
#2551AB (or 0x2551AB) is known color: Cerulean Blue. HEX triplet: 25, 51 and AB. RGB value is (37,81,171). Sum of RGB (Red+Green+Blue) = 37+81+171=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2551AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2551AB is #DAAE54. Grayscale: #4D4D4D. Windows color (decimal): -14331477 or 11227429. OLE color: 11227429.
HSL color Cylindrical-coordinate representation of color #2551AB: hue angle of 220.3º 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 #2551AB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 81 | 171 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.33 |
| HSL | 220.3º | 0.64% | 0.41% | - |
| HSV(B) | 220.3º | 0.78% | 0.67% | - |
| XYZ | 11.06 | 9.22 | 39.72 | - |
| YUV | 78.1 | 180.42 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 171 | 0.78 | 0.53 | 0 | 0.33 | 220.3 | 0.64 | 0.41 |
| Hex | 25 | 51 | AB | 4E | 35 | 0 | 21 | DC | 40 | 29 |
| Octal | 45 | 121 | 253 | 116 | 65 | 0 | 41 | 334 | 100 | 51 |
| Binary | 100101 | 1010001 | 10101011 | 1001110 | 110101 | 0 | 100001 | 11011100 | 1000000 | 101001 |
Color Harmonies of #2551AB
Complementary color
Monochromatic Colors of #2551AB
Black with #2551AB
Text Example
Text Example
White with #2551AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2551AB; }
p { color: rgb(37,81,171); }
H1.HeaderClassName
{
color: #2551AB;
}
.AnyTagClassName
{
color: #2551AB;
}
</style>
background-color css
<style>
a { background-color: #2551AB; }
a { background-color: rgb(37,81,171); }
div.DivClassName
{
background-color: #2551AB;
}
.BgClassName
{
background-color: #2551AB;
}
</style>
border-color css
<style>
span { border-color: #2551AB; }
span { border-color: rgb(37,81,171); }
td.TdClassName
{
border-color: #2551AB;
}
.TagClassName
{
border-color: #2551AB;
}
</style>