Shades of Cerulean Blue #2B5BBC
Tints of Cerulean Blue #2B5BBC
RGB
CMYK
RGB Variations
Color information
#2B5BBC (or 0x2B5BBC) is known color: Cerulean Blue. HEX triplet: 2B, 5B and BC. RGB value is (43,91,188). Sum of RGB (Red+Green+Blue) = 43+91+188=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BBC is #D4A443. Grayscale: #575757. Windows color (decimal): -13935684 or 12344107. OLE color: 12344107.
HSL color Cylindrical-coordinate representation of color #2B5BBC: hue angle of 220.14º 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 #2B5BBC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 91 | 188 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.26 |
| HSL | 220.14º | 0.63% | 0.45% | - |
| HSV(B) | 220.14º | 0.77% | 0.74% | - |
| XYZ | 13.81 | 11.63 | 49.09 | - |
| YUV | 87.71 | 184.6 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 188 | 0.77 | 0.52 | 0 | 0.26 | 220.14 | 0.63 | 0.45 |
| Hex | 2B | 5B | BC | 4D | 34 | 0 | 1A | DC | 3F | 2D |
| Octal | 53 | 133 | 274 | 115 | 64 | 0 | 32 | 334 | 77 | 55 |
| Binary | 101011 | 1011011 | 10111100 | 1001101 | 110100 | 0 | 11010 | 11011100 | 111111 | 101101 |
Color Harmonies of #2B5BBC
Complementary color
Monochromatic Colors of #2B5BBC
Black with #2B5BBC
Text Example
Text Example
White with #2B5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5BBC; }
p { color: rgb(43,91,188); }
H1.HeaderClassName
{
color: #2B5BBC;
}
.AnyTagClassName
{
color: #2B5BBC;
}
</style>
background-color css
<style>
a { background-color: #2B5BBC; }
a { background-color: rgb(43,91,188); }
div.DivClassName
{
background-color: #2B5BBC;
}
.BgClassName
{
background-color: #2B5BBC;
}
</style>
border-color css
<style>
span { border-color: #2B5BBC; }
span { border-color: rgb(43,91,188); }
td.TdClassName
{
border-color: #2B5BBC;
}
.TagClassName
{
border-color: #2B5BBC;
}
</style>