Shades of Cerulean Blue #2B51A3
Tints of Cerulean Blue #2B51A3
RGB
CMYK
RGB Variations
Color information
#2B51A3 (or 0x2B51A3) is known color: Cerulean Blue. HEX triplet: 2B, 51 and A3. RGB value is (43,81,163). Sum of RGB (Red+Green+Blue) = 43+81+163=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 163 (64.06% from 255 or 56.79% from 287); Max value from RGB is 163 - color contains mainly: blue. Hex color #2B51A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B51A3 is #D4AE5C. Grayscale: #4E4E4E. Windows color (decimal): -13938269 or 10703147. OLE color: 10703147.
HSL color Cylindrical-coordinate representation of color #2B51A3: hue angle of 221º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B51A3 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 81 | 163 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.36 |
| HSL | 221º | 0.58% | 0.4% | - |
| HSV(B) | 221º | 0.74% | 0.64% | - |
| XYZ | 10.55 | 9.04 | 35.84 | - |
| YUV | 78.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 163 | 0.74 | 0.50 | 0 | 0.36 | 221 | 0.58 | 0.4 |
| Hex | 2B | 51 | A3 | 4A | 32 | 0 | 24 | DD | 3A | 28 |
| Octal | 53 | 121 | 243 | 112 | 62 | 0 | 44 | 335 | 72 | 50 |
| Binary | 101011 | 1010001 | 10100011 | 1001010 | 110010 | 0 | 100100 | 11011101 | 111010 | 101000 |
Color Harmonies of #2B51A3
Complementary color
Monochromatic Colors of #2B51A3
Black with #2B51A3
Text Example
Text Example
White with #2B51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B51A3; }
p { color: rgb(43,81,163); }
H1.HeaderClassName
{
color: #2B51A3;
}
.AnyTagClassName
{
color: #2B51A3;
}
</style>
background-color css
<style>
a { background-color: #2B51A3; }
a { background-color: rgb(43,81,163); }
div.DivClassName
{
background-color: #2B51A3;
}
.BgClassName
{
background-color: #2B51A3;
}
</style>
border-color css
<style>
span { border-color: #2B51A3; }
span { border-color: rgb(43,81,163); }
td.TdClassName
{
border-color: #2B51A3;
}
.TagClassName
{
border-color: #2B51A3;
}
</style>