Shades of Cerulean Blue #2B56BA
Tints of Cerulean Blue #2B56BA
RGB
CMYK
RGB Variations
Color information
#2B56BA (or 0x2B56BA) is known color: Cerulean Blue. HEX triplet: 2B, 56 and BA. RGB value is (43,86,186). Sum of RGB (Red+Green+Blue) = 43+86+186=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B56BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B56BA is #D4A945. Grayscale: #545454. Windows color (decimal): -13936966 or 12211755. OLE color: 12211755.
HSL color Cylindrical-coordinate representation of color #2B56BA: hue angle of 221.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B56BA is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 86 | 186 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.27 |
| HSL | 221.96º | 0.62% | 0.45% | - |
| HSV(B) | 221.96º | 0.77% | 0.73% | - |
| XYZ | 13.19 | 10.71 | 47.83 | - |
| YUV | 84.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 186 | 0.77 | 0.54 | 0 | 0.27 | 221.96 | 0.62 | 0.45 |
| Hex | 2B | 56 | BA | 4D | 36 | 0 | 1B | DE | 3E | 2D |
| Octal | 53 | 126 | 272 | 115 | 66 | 0 | 33 | 336 | 76 | 55 |
| Binary | 101011 | 1010110 | 10111010 | 1001101 | 110110 | 0 | 11011 | 11011110 | 111110 | 101101 |
Color Harmonies of #2B56BA
Complementary color
Monochromatic Colors of #2B56BA
Black with #2B56BA
Text Example
Text Example
White with #2B56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B56BA; }
p { color: rgb(43,86,186); }
H1.HeaderClassName
{
color: #2B56BA;
}
.AnyTagClassName
{
color: #2B56BA;
}
</style>
background-color css
<style>
a { background-color: #2B56BA; }
a { background-color: rgb(43,86,186); }
div.DivClassName
{
background-color: #2B56BA;
}
.BgClassName
{
background-color: #2B56BA;
}
</style>
border-color css
<style>
span { border-color: #2B56BA; }
span { border-color: rgb(43,86,186); }
td.TdClassName
{
border-color: #2B56BA;
}
.TagClassName
{
border-color: #2B56BA;
}
</style>