Shades of Cerulean Blue #2B54AC
Tints of Cerulean Blue #2B54AC
RGB
CMYK
RGB Variations
Color information
#2B54AC (or 0x2B54AC) is known color: Cerulean Blue. HEX triplet: 2B, 54 and AC. RGB value is (43,84,172). Sum of RGB (Red+Green+Blue) = 43+84+172=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B54AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B54AC is #D4AB53. Grayscale: #515151. Windows color (decimal): -13937492 or 11293739. OLE color: 11293739.
HSL color Cylindrical-coordinate representation of color #2B54AC: hue angle of 220.93º 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 #2B54AC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 84 | 172 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.33 |
| HSL | 220.93º | 0.6% | 0.42% | - |
| HSV(B) | 220.93º | 0.75% | 0.67% | - |
| XYZ | 11.61 | 9.83 | 40.32 | - |
| YUV | 81.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 172 | 0.75 | 0.51 | 0 | 0.33 | 220.93 | 0.6 | 0.42 |
| Hex | 2B | 54 | AC | 4B | 33 | 0 | 21 | DD | 3C | 2A |
| Octal | 53 | 124 | 254 | 113 | 63 | 0 | 41 | 335 | 74 | 52 |
| Binary | 101011 | 1010100 | 10101100 | 1001011 | 110011 | 0 | 100001 | 11011101 | 111100 | 101010 |
Color Harmonies of #2B54AC
Complementary color
Monochromatic Colors of #2B54AC
Black with #2B54AC
Text Example
Text Example
White with #2B54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B54AC; }
p { color: rgb(43,84,172); }
H1.HeaderClassName
{
color: #2B54AC;
}
.AnyTagClassName
{
color: #2B54AC;
}
</style>
background-color css
<style>
a { background-color: #2B54AC; }
a { background-color: rgb(43,84,172); }
div.DivClassName
{
background-color: #2B54AC;
}
.BgClassName
{
background-color: #2B54AC;
}
</style>
border-color css
<style>
span { border-color: #2B54AC; }
span { border-color: rgb(43,84,172); }
td.TdClassName
{
border-color: #2B54AC;
}
.TagClassName
{
border-color: #2B54AC;
}
</style>