Shades of Cerulean Blue #2B53AC
Tints of Cerulean Blue #2B53AC
RGB
CMYK
RGB Variations
Color information
#2B53AC (or 0x2B53AC) is known color: Cerulean Blue. HEX triplet: 2B, 53 and AC. RGB value is (43,83,172). Sum of RGB (Red+Green+Blue) = 43+83+172=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B53AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B53AC is #D4AC53. Grayscale: #505050. Windows color (decimal): -13937748 or 11293483. OLE color: 11293483.
HSL color Cylindrical-coordinate representation of color #2B53AC: hue angle of 221.4º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B53AC is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 83 | 172 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.33 |
| HSL | 221.4º | 0.6% | 0.42% | - |
| HSV(B) | 221.4º | 0.75% | 0.67% | - |
| XYZ | 11.54 | 9.68 | 40.29 | - |
| YUV | 81.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 172 | 0.75 | 0.52 | 0 | 0.33 | 221.4 | 0.6 | 0.42 |
| Hex | 2B | 53 | AC | 4B | 34 | 0 | 21 | DD | 3C | 2A |
| Octal | 53 | 123 | 254 | 113 | 64 | 0 | 41 | 335 | 74 | 52 |
| Binary | 101011 | 1010011 | 10101100 | 1001011 | 110100 | 0 | 100001 | 11011101 | 111100 | 101010 |
Color Harmonies of #2B53AC
Complementary color
Monochromatic Colors of #2B53AC
Black with #2B53AC
Text Example
Text Example
White with #2B53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B53AC; }
p { color: rgb(43,83,172); }
H1.HeaderClassName
{
color: #2B53AC;
}
.AnyTagClassName
{
color: #2B53AC;
}
</style>
background-color css
<style>
a { background-color: #2B53AC; }
a { background-color: rgb(43,83,172); }
div.DivClassName
{
background-color: #2B53AC;
}
.BgClassName
{
background-color: #2B53AC;
}
</style>
border-color css
<style>
span { border-color: #2B53AC; }
span { border-color: rgb(43,83,172); }
td.TdClassName
{
border-color: #2B53AC;
}
.TagClassName
{
border-color: #2B53AC;
}
</style>