Shades of Cerulean Blue #2B55BA
Tints of Cerulean Blue #2B55BA
RGB
CMYK
RGB Variations
Color information
#2B55BA (or 0x2B55BA) is known color: Cerulean Blue. HEX triplet: 2B, 55 and BA. RGB value is (43,85,186). Sum of RGB (Red+Green+Blue) = 43+85+186=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B55BA is #D4AA45. Grayscale: #535353. Windows color (decimal): -13937222 or 12211499. OLE color: 12211499.
HSL color Cylindrical-coordinate representation of color #2B55BA: hue angle of 222.38º 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 #2B55BA is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 85 | 186 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.27 |
| HSL | 222.38º | 0.62% | 0.45% | - |
| HSV(B) | 222.38º | 0.77% | 0.73% | - |
| XYZ | 13.11 | 10.56 | 47.8 | - |
| YUV | 83.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 186 | 0.77 | 0.54 | 0 | 0.27 | 222.38 | 0.62 | 0.45 |
| Hex | 2B | 55 | BA | 4D | 36 | 0 | 1B | DE | 3E | 2D |
| Octal | 53 | 125 | 272 | 115 | 66 | 0 | 33 | 336 | 76 | 55 |
| Binary | 101011 | 1010101 | 10111010 | 1001101 | 110110 | 0 | 11011 | 11011110 | 111110 | 101101 |
Color Harmonies of #2B55BA
Complementary color
Monochromatic Colors of #2B55BA
Black with #2B55BA
Text Example
Text Example
White with #2B55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55BA; }
p { color: rgb(43,85,186); }
H1.HeaderClassName
{
color: #2B55BA;
}
.AnyTagClassName
{
color: #2B55BA;
}
</style>
background-color css
<style>
a { background-color: #2B55BA; }
a { background-color: rgb(43,85,186); }
div.DivClassName
{
background-color: #2B55BA;
}
.BgClassName
{
background-color: #2B55BA;
}
</style>
border-color css
<style>
span { border-color: #2B55BA; }
span { border-color: rgb(43,85,186); }
td.TdClassName
{
border-color: #2B55BA;
}
.TagClassName
{
border-color: #2B55BA;
}
</style>