Shades of Cerulean Blue #2B4BBD
Tints of Cerulean Blue #2B4BBD
RGB
CMYK
RGB Variations
Color information
#2B4BBD (or 0x2B4BBD) is known color: Cerulean Blue. HEX triplet: 2B, 4B and BD. RGB value is (43,75,189). Sum of RGB (Red+Green+Blue) = 43+75+189=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B4BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4BBD is #D4B442. Grayscale: #4D4D4D. Windows color (decimal): -13939779 or 12405547. OLE color: 12405547.
HSL color Cylindrical-coordinate representation of color #2B4BBD: hue angle of 226.85º 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 #2B4BBD is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 75 | 189 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.26 |
| HSL | 226.85º | 0.63% | 0.45% | - |
| HSV(B) | 226.85º | 0.77% | 0.74% | - |
| XYZ | 12.7 | 9.22 | 49.25 | - |
| YUV | 78.43 | 190.4 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 189 | 0.77 | 0.60 | 0 | 0.26 | 226.85 | 0.63 | 0.45 |
| Hex | 2B | 4B | BD | 4D | 3C | 0 | 1A | E3 | 3F | 2D |
| Octal | 53 | 113 | 275 | 115 | 74 | 0 | 32 | 343 | 77 | 55 |
| Binary | 101011 | 1001011 | 10111101 | 1001101 | 111100 | 0 | 11010 | 11100011 | 111111 | 101101 |
Color Harmonies of #2B4BBD
Complementary color
Monochromatic Colors of #2B4BBD
Black with #2B4BBD
Text Example
Text Example
White with #2B4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4BBD; }
p { color: rgb(43,75,189); }
H1.HeaderClassName
{
color: #2B4BBD;
}
.AnyTagClassName
{
color: #2B4BBD;
}
</style>
background-color css
<style>
a { background-color: #2B4BBD; }
a { background-color: rgb(43,75,189); }
div.DivClassName
{
background-color: #2B4BBD;
}
.BgClassName
{
background-color: #2B4BBD;
}
</style>
border-color css
<style>
span { border-color: #2B4BBD; }
span { border-color: rgb(43,75,189); }
td.TdClassName
{
border-color: #2B4BBD;
}
.TagClassName
{
border-color: #2B4BBD;
}
</style>