Shades of Cerulean Blue #2551AC
Tints of Cerulean Blue #2551AC
RGB
CMYK
RGB Variations
Color information
#2551AC (or 0x2551AC) is known color: Cerulean Blue. HEX triplet: 25, 51 and AC. RGB value is (37,81,172). Sum of RGB (Red+Green+Blue) = 37+81+172=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #2551AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2551AC is #DAAE53. Grayscale: #4D4D4D. Windows color (decimal): -14331476 or 11292965. OLE color: 11292965.
HSL color Cylindrical-coordinate representation of color #2551AC: hue angle of 220.44º degrees, saturation: 0.65, 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 #2551AC is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 81 | 172 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.33 |
| HSL | 220.44º | 0.65% | 0.41% | - |
| HSV(B) | 220.44º | 0.78% | 0.67% | - |
| XYZ | 11.15 | 9.26 | 40.23 | - |
| YUV | 78.22 | 180.92 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 172 | 0.78 | 0.53 | 0 | 0.33 | 220.44 | 0.65 | 0.41 |
| Hex | 25 | 51 | AC | 4E | 35 | 0 | 21 | DC | 41 | 29 |
| Octal | 45 | 121 | 254 | 116 | 65 | 0 | 41 | 334 | 101 | 51 |
| Binary | 100101 | 1010001 | 10101100 | 1001110 | 110101 | 0 | 100001 | 11011100 | 1000001 | 101001 |
Color Harmonies of #2551AC
Complementary color
Monochromatic Colors of #2551AC
Black with #2551AC
Text Example
Text Example
White with #2551AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2551AC; }
p { color: rgb(37,81,172); }
H1.HeaderClassName
{
color: #2551AC;
}
.AnyTagClassName
{
color: #2551AC;
}
</style>
background-color css
<style>
a { background-color: #2551AC; }
a { background-color: rgb(37,81,172); }
div.DivClassName
{
background-color: #2551AC;
}
.BgClassName
{
background-color: #2551AC;
}
</style>
border-color css
<style>
span { border-color: #2551AC; }
span { border-color: rgb(37,81,172); }
td.TdClassName
{
border-color: #2551AC;
}
.TagClassName
{
border-color: #2551AC;
}
</style>