Shades of Cerulean Blue #2B5CBC
Tints of Cerulean Blue #2B5CBC
RGB
CMYK
RGB Variations
Color information
#2B5CBC (or 0x2B5CBC) is known color: Cerulean Blue. HEX triplet: 2B, 5C and BC. RGB value is (43,92,188). Sum of RGB (Red+Green+Blue) = 43+92+188=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B5CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CBC is #D4A343. Grayscale: #575757. Windows color (decimal): -13935428 or 12344363. OLE color: 12344363.
HSL color Cylindrical-coordinate representation of color #2B5CBC: hue angle of 219.72º 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 #2B5CBC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 92 | 188 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.26 |
| HSL | 219.72º | 0.63% | 0.45% | - |
| HSV(B) | 219.72º | 0.77% | 0.74% | - |
| XYZ | 13.9 | 11.8 | 49.12 | - |
| YUV | 88.29 | 184.27 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 188 | 0.77 | 0.51 | 0 | 0.26 | 219.72 | 0.63 | 0.45 |
| Hex | 2B | 5C | BC | 4D | 33 | 0 | 1A | DC | 3F | 2D |
| Octal | 53 | 134 | 274 | 115 | 63 | 0 | 32 | 334 | 77 | 55 |
| Binary | 101011 | 1011100 | 10111100 | 1001101 | 110011 | 0 | 11010 | 11011100 | 111111 | 101101 |
Color Harmonies of #2B5CBC
Complementary color
Monochromatic Colors of #2B5CBC
Black with #2B5CBC
Text Example
Text Example
White with #2B5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5CBC; }
p { color: rgb(43,92,188); }
H1.HeaderClassName
{
color: #2B5CBC;
}
.AnyTagClassName
{
color: #2B5CBC;
}
</style>
background-color css
<style>
a { background-color: #2B5CBC; }
a { background-color: rgb(43,92,188); }
div.DivClassName
{
background-color: #2B5CBC;
}
.BgClassName
{
background-color: #2B5CBC;
}
</style>
border-color css
<style>
span { border-color: #2B5CBC; }
span { border-color: rgb(43,92,188); }
td.TdClassName
{
border-color: #2B5CBC;
}
.TagClassName
{
border-color: #2B5CBC;
}
</style>