Shades of Cerulean Blue #2B44BA
Tints of Cerulean Blue #2B44BA
RGB
CMYK
RGB Variations
Color information
#2B44BA (or 0x2B44BA) is known color: Cerulean Blue. HEX triplet: 2B, 44 and BA. RGB value is (43,68,186). Sum of RGB (Red+Green+Blue) = 43+68+186=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B44BA is #D4BB45. Grayscale: #494949. Windows color (decimal): -13941574 or 12207147. OLE color: 12207147.
HSL color Cylindrical-coordinate representation of color #2B44BA: hue angle of 229.51º 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 #2B44BA is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 68 | 186 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.27 |
| HSL | 229.51º | 0.62% | 0.45% | - |
| HSV(B) | 229.51º | 0.77% | 0.73% | - |
| XYZ | 11.93 | 8.19 | 47.41 | - |
| YUV | 73.98 | 191.22 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 186 | 0.77 | 0.63 | 0 | 0.27 | 229.51 | 0.62 | 0.45 |
| Hex | 2B | 44 | BA | 4D | 3F | 0 | 1B | E6 | 3E | 2D |
| Octal | 53 | 104 | 272 | 115 | 77 | 0 | 33 | 346 | 76 | 55 |
| Binary | 101011 | 1000100 | 10111010 | 1001101 | 111111 | 0 | 11011 | 11100110 | 111110 | 101101 |
Color Harmonies of #2B44BA
Complementary color
Monochromatic Colors of #2B44BA
Black with #2B44BA
Text Example
Text Example
White with #2B44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B44BA; }
p { color: rgb(43,68,186); }
H1.HeaderClassName
{
color: #2B44BA;
}
.AnyTagClassName
{
color: #2B44BA;
}
</style>
background-color css
<style>
a { background-color: #2B44BA; }
a { background-color: rgb(43,68,186); }
div.DivClassName
{
background-color: #2B44BA;
}
.BgClassName
{
background-color: #2B44BA;
}
</style>
border-color css
<style>
span { border-color: #2B44BA; }
span { border-color: rgb(43,68,186); }
td.TdClassName
{
border-color: #2B44BA;
}
.TagClassName
{
border-color: #2B44BA;
}
</style>