Shades of Cerulean Blue #2B53BD
Tints of Cerulean Blue #2B53BD
RGB
CMYK
RGB Variations
Color information
#2B53BD (or 0x2B53BD) is known color: Cerulean Blue. HEX triplet: 2B, 53 and BD. RGB value is (43,83,189). Sum of RGB (Red+Green+Blue) = 43+83+189=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B53BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B53BD is #D4AC42. Grayscale: #525252. Windows color (decimal): -13937731 or 12407595. OLE color: 12407595.
HSL color Cylindrical-coordinate representation of color #2B53BD: hue angle of 223.56º 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 #2B53BD is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 83 | 189 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.26 |
| HSL | 223.56º | 0.63% | 0.45% | - |
| HSV(B) | 223.56º | 0.77% | 0.74% | - |
| XYZ | 13.27 | 10.37 | 49.45 | - |
| YUV | 83.12 | 187.75 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 189 | 0.77 | 0.56 | 0 | 0.26 | 223.56 | 0.63 | 0.45 |
| Hex | 2B | 53 | BD | 4D | 38 | 0 | 1A | E0 | 3F | 2D |
| Octal | 53 | 123 | 275 | 115 | 70 | 0 | 32 | 340 | 77 | 55 |
| Binary | 101011 | 1010011 | 10111101 | 1001101 | 111000 | 0 | 11010 | 11100000 | 111111 | 101101 |
Color Harmonies of #2B53BD
Complementary color
Monochromatic Colors of #2B53BD
Black with #2B53BD
Text Example
Text Example
White with #2B53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B53BD; }
p { color: rgb(43,83,189); }
H1.HeaderClassName
{
color: #2B53BD;
}
.AnyTagClassName
{
color: #2B53BD;
}
</style>
background-color css
<style>
a { background-color: #2B53BD; }
a { background-color: rgb(43,83,189); }
div.DivClassName
{
background-color: #2B53BD;
}
.BgClassName
{
background-color: #2B53BD;
}
</style>
border-color css
<style>
span { border-color: #2B53BD; }
span { border-color: rgb(43,83,189); }
td.TdClassName
{
border-color: #2B53BD;
}
.TagClassName
{
border-color: #2B53BD;
}
</style>