Shades of Cerulean Blue #2B4DB5
Tints of Cerulean Blue #2B4DB5
RGB
CMYK
RGB Variations
Color information
#2B4DB5 (or 0x2B4DB5) is known color: Cerulean Blue. HEX triplet: 2B, 4D and B5. RGB value is (43,77,181). Sum of RGB (Red+Green+Blue) = 43+77+181=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 181 (71.09% from 255 or 60.13% from 301); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B4DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DB5 is #D4B24A. Grayscale: #4E4E4E. Windows color (decimal): -13939275 or 11881771. OLE color: 11881771.
HSL color Cylindrical-coordinate representation of color #2B4DB5: hue angle of 225.22º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B4DB5 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 77 | 181 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.29 |
| HSL | 225.22º | 0.62% | 0.44% | - |
| HSV(B) | 225.22º | 0.76% | 0.71% | - |
| XYZ | 11.99 | 9.16 | 44.85 | - |
| YUV | 78.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 181 | 0.76 | 0.57 | 0 | 0.29 | 225.22 | 0.62 | 0.44 |
| Hex | 2B | 4D | B5 | 4C | 39 | 0 | 1D | E1 | 3E | 2C |
| Octal | 53 | 115 | 265 | 114 | 71 | 0 | 35 | 341 | 76 | 54 |
| Binary | 101011 | 1001101 | 10110101 | 1001100 | 111001 | 0 | 11101 | 11100001 | 111110 | 101100 |
Color Harmonies of #2B4DB5
Complementary color
Monochromatic Colors of #2B4DB5
Black with #2B4DB5
Text Example
Text Example
White with #2B4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4DB5; }
p { color: rgb(43,77,181); }
H1.HeaderClassName
{
color: #2B4DB5;
}
.AnyTagClassName
{
color: #2B4DB5;
}
</style>
background-color css
<style>
a { background-color: #2B4DB5; }
a { background-color: rgb(43,77,181); }
div.DivClassName
{
background-color: #2B4DB5;
}
.BgClassName
{
background-color: #2B4DB5;
}
</style>
border-color css
<style>
span { border-color: #2B4DB5; }
span { border-color: rgb(43,77,181); }
td.TdClassName
{
border-color: #2B4DB5;
}
.TagClassName
{
border-color: #2B4DB5;
}
</style>