Shades of Cerulean Blue #2C51AB
Tints of Cerulean Blue #2C51AB
RGB
CMYK
RGB Variations
Color information
#2C51AB (or 0x2C51AB) is known color: Cerulean Blue. HEX triplet: 2C, 51 and AB. RGB value is (44,81,171). Sum of RGB (Red+Green+Blue) = 44+81+171=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C51AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C51AB is #D3AE54. Grayscale: #4F4F4F. Windows color (decimal): -13872725 or 11227436. OLE color: 11227436.
HSL color Cylindrical-coordinate representation of color #2C51AB: hue angle of 222.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C51AB is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 81 | 171 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.33 |
| HSL | 222.52º | 0.59% | 0.42% | - |
| HSV(B) | 222.52º | 0.74% | 0.67% | - |
| XYZ | 11.33 | 9.36 | 39.74 | - |
| YUV | 80.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 171 | 0.74 | 0.53 | 0 | 0.33 | 222.52 | 0.59 | 0.42 |
| Hex | 2C | 51 | AB | 4A | 35 | 0 | 21 | DF | 3B | 2A |
| Octal | 54 | 121 | 253 | 112 | 65 | 0 | 41 | 337 | 73 | 52 |
| Binary | 101100 | 1010001 | 10101011 | 1001010 | 110101 | 0 | 100001 | 11011111 | 111011 | 101010 |
Color Harmonies of #2C51AB
Complementary color
Monochromatic Colors of #2C51AB
Black with #2C51AB
Text Example
Text Example
White with #2C51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C51AB; }
p { color: rgb(44,81,171); }
H1.HeaderClassName
{
color: #2C51AB;
}
.AnyTagClassName
{
color: #2C51AB;
}
</style>
background-color css
<style>
a { background-color: #2C51AB; }
a { background-color: rgb(44,81,171); }
div.DivClassName
{
background-color: #2C51AB;
}
.BgClassName
{
background-color: #2C51AB;
}
</style>
border-color css
<style>
span { border-color: #2C51AB; }
span { border-color: rgb(44,81,171); }
td.TdClassName
{
border-color: #2C51AB;
}
.TagClassName
{
border-color: #2C51AB;
}
</style>