Shades of Cerulean Blue #2B4EBD
Tints of Cerulean Blue #2B4EBD
RGB
CMYK
RGB Variations
Color information
#2B4EBD (or 0x2B4EBD) is known color: Cerulean Blue. HEX triplet: 2B, 4E and BD. RGB value is (43,78,189). Sum of RGB (Red+Green+Blue) = 43+78+189=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B4EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EBD is #D4B142. Grayscale: #4F4F4F. Windows color (decimal): -13939011 or 12406315. OLE color: 12406315.
HSL color Cylindrical-coordinate representation of color #2B4EBD: hue angle of 225.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 #2B4EBD is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 78 | 189 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.26 |
| HSL | 225.62º | 0.63% | 0.45% | - |
| HSV(B) | 225.62º | 0.77% | 0.74% | - |
| XYZ | 12.91 | 9.64 | 49.32 | - |
| YUV | 80.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 189 | 0.77 | 0.59 | 0 | 0.26 | 225.62 | 0.63 | 0.45 |
| Hex | 2B | 4E | BD | 4D | 3B | 0 | 1A | E2 | 3F | 2D |
| Octal | 53 | 116 | 275 | 115 | 73 | 0 | 32 | 342 | 77 | 55 |
| Binary | 101011 | 1001110 | 10111101 | 1001101 | 111011 | 0 | 11010 | 11100010 | 111111 | 101101 |
Color Harmonies of #2B4EBD
Complementary color
Monochromatic Colors of #2B4EBD
Black with #2B4EBD
Text Example
Text Example
White with #2B4EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4EBD; }
p { color: rgb(43,78,189); }
H1.HeaderClassName
{
color: #2B4EBD;
}
.AnyTagClassName
{
color: #2B4EBD;
}
</style>
background-color css
<style>
a { background-color: #2B4EBD; }
a { background-color: rgb(43,78,189); }
div.DivClassName
{
background-color: #2B4EBD;
}
.BgClassName
{
background-color: #2B4EBD;
}
</style>
border-color css
<style>
span { border-color: #2B4EBD; }
span { border-color: rgb(43,78,189); }
td.TdClassName
{
border-color: #2B4EBD;
}
.TagClassName
{
border-color: #2B4EBD;
}
</style>