Shades of Cerulean Blue #2B55BB
Tints of Cerulean Blue #2B55BB
RGB
CMYK
RGB Variations
Color information
#2B55BB (or 0x2B55BB) is known color: Cerulean Blue. HEX triplet: 2B, 55 and BB. RGB value is (43,85,187). Sum of RGB (Red+Green+Blue) = 43+85+187=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B55BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B55BB is #D4AA44. Grayscale: #535353. Windows color (decimal): -13937221 or 12277035. OLE color: 12277035.
HSL color Cylindrical-coordinate representation of color #2B55BB: hue angle of 222.5º degrees, saturation: 0.63, 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 #2B55BB is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 85 | 187 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.27 |
| HSL | 222.5º | 0.63% | 0.45% | - |
| HSV(B) | 222.5º | 0.77% | 0.73% | - |
| XYZ | 13.21 | 10.6 | 48.36 | - |
| YUV | 84.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 187 | 0.77 | 0.55 | 0 | 0.27 | 222.5 | 0.63 | 0.45 |
| Hex | 2B | 55 | BB | 4D | 37 | 0 | 1B | DE | 3F | 2D |
| Octal | 53 | 125 | 273 | 115 | 67 | 0 | 33 | 336 | 77 | 55 |
| Binary | 101011 | 1010101 | 10111011 | 1001101 | 110111 | 0 | 11011 | 11011110 | 111111 | 101101 |
Color Harmonies of #2B55BB
Complementary color
Monochromatic Colors of #2B55BB
Black with #2B55BB
Text Example
Text Example
White with #2B55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55BB; }
p { color: rgb(43,85,187); }
H1.HeaderClassName
{
color: #2B55BB;
}
.AnyTagClassName
{
color: #2B55BB;
}
</style>
background-color css
<style>
a { background-color: #2B55BB; }
a { background-color: rgb(43,85,187); }
div.DivClassName
{
background-color: #2B55BB;
}
.BgClassName
{
background-color: #2B55BB;
}
</style>
border-color css
<style>
span { border-color: #2B55BB; }
span { border-color: rgb(43,85,187); }
td.TdClassName
{
border-color: #2B55BB;
}
.TagClassName
{
border-color: #2B55BB;
}
</style>