Shades of Cerulean Blue #2B52AD
Tints of Cerulean Blue #2B52AD
RGB
CMYK
RGB Variations
Color information
#2B52AD (or 0x2B52AD) is known color: Cerulean Blue. HEX triplet: 2B, 52 and AD. RGB value is (43,82,173). Sum of RGB (Red+Green+Blue) = 43+82+173=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B52AD is #D4AD52. Grayscale: #505050. Windows color (decimal): -13938003 or 11358763. OLE color: 11358763.
HSL color Cylindrical-coordinate representation of color #2B52AD: hue angle of 222º 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 #2B52AD is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 82 | 173 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.32 |
| HSL | 222º | 0.6% | 0.42% | - |
| HSV(B) | 222º | 0.75% | 0.68% | - |
| XYZ | 11.56 | 9.57 | 40.77 | - |
| YUV | 80.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 173 | 0.75 | 0.53 | 0 | 0.32 | 222 | 0.6 | 0.42 |
| Hex | 2B | 52 | AD | 4B | 35 | 0 | 20 | DE | 3C | 2A |
| Octal | 53 | 122 | 255 | 113 | 65 | 0 | 40 | 336 | 74 | 52 |
| Binary | 101011 | 1010010 | 10101101 | 1001011 | 110101 | 0 | 100000 | 11011110 | 111100 | 101010 |
Color Harmonies of #2B52AD
Complementary color
Monochromatic Colors of #2B52AD
Black with #2B52AD
Text Example
Text Example
White with #2B52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B52AD; }
p { color: rgb(43,82,173); }
H1.HeaderClassName
{
color: #2B52AD;
}
.AnyTagClassName
{
color: #2B52AD;
}
</style>
background-color css
<style>
a { background-color: #2B52AD; }
a { background-color: rgb(43,82,173); }
div.DivClassName
{
background-color: #2B52AD;
}
.BgClassName
{
background-color: #2B52AD;
}
</style>
border-color css
<style>
span { border-color: #2B52AD; }
span { border-color: rgb(43,82,173); }
td.TdClassName
{
border-color: #2B52AD;
}
.TagClassName
{
border-color: #2B52AD;
}
</style>