Shades of Cerulean Blue #2B55BC
Tints of Cerulean Blue #2B55BC
RGB
CMYK
RGB Variations
Color information
#2B55BC (or 0x2B55BC) is known color: Cerulean Blue. HEX triplet: 2B, 55 and BC. RGB value is (43,85,188). Sum of RGB (Red+Green+Blue) = 43+85+188=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B55BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B55BC is #D4AA43. Grayscale: #535353. Windows color (decimal): -13937220 or 12342571. OLE color: 12342571.
HSL color Cylindrical-coordinate representation of color #2B55BC: hue angle of 222.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B55BC is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 85 | 188 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.26 |
| HSL | 222.62º | 0.63% | 0.45% | - |
| HSV(B) | 222.62º | 0.77% | 0.74% | - |
| XYZ | 13.32 | 10.64 | 48.93 | - |
| YUV | 84.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 188 | 0.77 | 0.55 | 0 | 0.26 | 222.62 | 0.63 | 0.45 |
| Hex | 2B | 55 | BC | 4D | 37 | 0 | 1A | DF | 3F | 2D |
| Octal | 53 | 125 | 274 | 115 | 67 | 0 | 32 | 337 | 77 | 55 |
| Binary | 101011 | 1010101 | 10111100 | 1001101 | 110111 | 0 | 11010 | 11011111 | 111111 | 101101 |
Color Harmonies of #2B55BC
Complementary color
Monochromatic Colors of #2B55BC
Black with #2B55BC
Text Example
Text Example
White with #2B55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55BC; }
p { color: rgb(43,85,188); }
H1.HeaderClassName
{
color: #2B55BC;
}
.AnyTagClassName
{
color: #2B55BC;
}
</style>
background-color css
<style>
a { background-color: #2B55BC; }
a { background-color: rgb(43,85,188); }
div.DivClassName
{
background-color: #2B55BC;
}
.BgClassName
{
background-color: #2B55BC;
}
</style>
border-color css
<style>
span { border-color: #2B55BC; }
span { border-color: rgb(43,85,188); }
td.TdClassName
{
border-color: #2B55BC;
}
.TagClassName
{
border-color: #2B55BC;
}
</style>