Shades of Cerulean Blue #2C51BB
Tints of Cerulean Blue #2C51BB
RGB
CMYK
RGB Variations
Color information
#2C51BB (or 0x2C51BB) is known color: Cerulean Blue. HEX triplet: 2C, 51 and BB. RGB value is (44,81,187). Sum of RGB (Red+Green+Blue) = 44+81+187=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C51BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C51BB is #D3AE44. Grayscale: #515151. Windows color (decimal): -13872709 or 12276012. OLE color: 12276012.
HSL color Cylindrical-coordinate representation of color #2C51BB: hue angle of 224.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C51BB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 81 | 187 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.27 |
| HSL | 224.48º | 0.62% | 0.45% | - |
| HSV(B) | 224.48º | 0.76% | 0.73% | - |
| XYZ | 12.95 | 10.01 | 48.26 | - |
| YUV | 82.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 187 | 0.76 | 0.57 | 0 | 0.27 | 224.48 | 0.62 | 0.45 |
| Hex | 2C | 51 | BB | 4C | 39 | 0 | 1B | E0 | 3E | 2D |
| Octal | 54 | 121 | 273 | 114 | 71 | 0 | 33 | 340 | 76 | 55 |
| Binary | 101100 | 1010001 | 10111011 | 1001100 | 111001 | 0 | 11011 | 11100000 | 111110 | 101101 |
Color Harmonies of #2C51BB
Complementary color
Monochromatic Colors of #2C51BB
Black with #2C51BB
Text Example
Text Example
White with #2C51BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C51BB; }
p { color: rgb(44,81,187); }
H1.HeaderClassName
{
color: #2C51BB;
}
.AnyTagClassName
{
color: #2C51BB;
}
</style>
background-color css
<style>
a { background-color: #2C51BB; }
a { background-color: rgb(44,81,187); }
div.DivClassName
{
background-color: #2C51BB;
}
.BgClassName
{
background-color: #2C51BB;
}
</style>
border-color css
<style>
span { border-color: #2C51BB; }
span { border-color: rgb(44,81,187); }
td.TdClassName
{
border-color: #2C51BB;
}
.TagClassName
{
border-color: #2C51BB;
}
</style>