Shades of Cerulean Blue #2B53AD
Tints of Cerulean Blue #2B53AD
RGB
CMYK
RGB Variations
Color information
#2B53AD (or 0x2B53AD) is known color: Cerulean Blue. HEX triplet: 2B, 53 and AD. RGB value is (43,83,173). Sum of RGB (Red+Green+Blue) = 43+83+173=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B53AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B53AD is #D4AC52. Grayscale: #505050. Windows color (decimal): -13937747 or 11359019. OLE color: 11359019.
HSL color Cylindrical-coordinate representation of color #2B53AD: hue angle of 221.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B53AD is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 83 | 173 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.32 |
| HSL | 221.54º | 0.6% | 0.42% | - |
| HSV(B) | 221.54º | 0.75% | 0.68% | - |
| XYZ | 11.63 | 9.72 | 40.8 | - |
| YUV | 81.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 173 | 0.75 | 0.52 | 0 | 0.32 | 221.54 | 0.6 | 0.42 |
| Hex | 2B | 53 | AD | 4B | 34 | 0 | 20 | DE | 3C | 2A |
| Octal | 53 | 123 | 255 | 113 | 64 | 0 | 40 | 336 | 74 | 52 |
| Binary | 101011 | 1010011 | 10101101 | 1001011 | 110100 | 0 | 100000 | 11011110 | 111100 | 101010 |
Color Harmonies of #2B53AD
Complementary color
Monochromatic Colors of #2B53AD
Black with #2B53AD
Text Example
Text Example
White with #2B53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B53AD; }
p { color: rgb(43,83,173); }
H1.HeaderClassName
{
color: #2B53AD;
}
.AnyTagClassName
{
color: #2B53AD;
}
</style>
background-color css
<style>
a { background-color: #2B53AD; }
a { background-color: rgb(43,83,173); }
div.DivClassName
{
background-color: #2B53AD;
}
.BgClassName
{
background-color: #2B53AD;
}
</style>
border-color css
<style>
span { border-color: #2B53AD; }
span { border-color: rgb(43,83,173); }
td.TdClassName
{
border-color: #2B53AD;
}
.TagClassName
{
border-color: #2B53AD;
}
</style>