Shades of Cerulean Blue #2B5CBB
Tints of Cerulean Blue #2B5CBB
RGB
CMYK
RGB Variations
Color information
#2B5CBB (or 0x2B5CBB) is known color: Cerulean Blue. HEX triplet: 2B, 5C and BB. RGB value is (43,92,187). Sum of RGB (Red+Green+Blue) = 43+92+187=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B5CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CBB is #D4A344. Grayscale: #575757. Windows color (decimal): -13935429 or 12278827. OLE color: 12278827.
HSL color Cylindrical-coordinate representation of color #2B5CBB: hue angle of 219.58º 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 #2B5CBB is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 92 | 187 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.27 |
| HSL | 219.58º | 0.63% | 0.45% | - |
| HSV(B) | 219.58º | 0.77% | 0.73% | - |
| XYZ | 13.79 | 11.76 | 48.56 | - |
| YUV | 88.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 187 | 0.77 | 0.51 | 0 | 0.27 | 219.58 | 0.63 | 0.45 |
| Hex | 2B | 5C | BB | 4D | 33 | 0 | 1B | DC | 3F | 2D |
| Octal | 53 | 134 | 273 | 115 | 63 | 0 | 33 | 334 | 77 | 55 |
| Binary | 101011 | 1011100 | 10111011 | 1001101 | 110011 | 0 | 11011 | 11011100 | 111111 | 101101 |
Color Harmonies of #2B5CBB
Complementary color
Monochromatic Colors of #2B5CBB
Black with #2B5CBB
Text Example
Text Example
White with #2B5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5CBB; }
p { color: rgb(43,92,187); }
H1.HeaderClassName
{
color: #2B5CBB;
}
.AnyTagClassName
{
color: #2B5CBB;
}
</style>
background-color css
<style>
a { background-color: #2B5CBB; }
a { background-color: rgb(43,92,187); }
div.DivClassName
{
background-color: #2B5CBB;
}
.BgClassName
{
background-color: #2B5CBB;
}
</style>
border-color css
<style>
span { border-color: #2B5CBB; }
span { border-color: rgb(43,92,187); }
td.TdClassName
{
border-color: #2B5CBB;
}
.TagClassName
{
border-color: #2B5CBB;
}
</style>