Shades of Cerulean Blue #2B4FBC
Tints of Cerulean Blue #2B4FBC
RGB
CMYK
RGB Variations
Color information
#2B4FBC (or 0x2B4FBC) is known color: Cerulean Blue. HEX triplet: 2B, 4F and BC. RGB value is (43,79,188). Sum of RGB (Red+Green+Blue) = 43+79+188=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B4FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FBC is #D4B043. Grayscale: #505050. Windows color (decimal): -13938756 or 12341035. OLE color: 12341035.
HSL color Cylindrical-coordinate representation of color #2B4FBC: hue angle of 225.1º 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 #2B4FBC is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 79 | 188 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.26 |
| HSL | 225.1º | 0.63% | 0.45% | - |
| HSV(B) | 225.1º | 0.77% | 0.74% | - |
| XYZ | 12.87 | 9.74 | 48.78 | - |
| YUV | 80.66 | 188.57 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 188 | 0.77 | 0.58 | 0 | 0.26 | 225.1 | 0.63 | 0.45 |
| Hex | 2B | 4F | BC | 4D | 3A | 0 | 1A | E1 | 3F | 2D |
| Octal | 53 | 117 | 274 | 115 | 72 | 0 | 32 | 341 | 77 | 55 |
| Binary | 101011 | 1001111 | 10111100 | 1001101 | 111010 | 0 | 11010 | 11100001 | 111111 | 101101 |
Color Harmonies of #2B4FBC
Complementary color
Monochromatic Colors of #2B4FBC
Black with #2B4FBC
Text Example
Text Example
White with #2B4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4FBC; }
p { color: rgb(43,79,188); }
H1.HeaderClassName
{
color: #2B4FBC;
}
.AnyTagClassName
{
color: #2B4FBC;
}
</style>
background-color css
<style>
a { background-color: #2B4FBC; }
a { background-color: rgb(43,79,188); }
div.DivClassName
{
background-color: #2B4FBC;
}
.BgClassName
{
background-color: #2B4FBC;
}
</style>
border-color css
<style>
span { border-color: #2B4FBC; }
span { border-color: rgb(43,79,188); }
td.TdClassName
{
border-color: #2B4FBC;
}
.TagClassName
{
border-color: #2B4FBC;
}
</style>