Shades of Cerulean Blue #2A52AB
Tints of Cerulean Blue #2A52AB
RGB
CMYK
RGB Variations
Color information
#2A52AB (or 0x2A52AB) is known color: Cerulean Blue. HEX triplet: 2A, 52 and AB. RGB value is (42,82,171). Sum of RGB (Red+Green+Blue) = 42+82+171=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A52AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A52AB is #D5AD54. Grayscale: #4F4F4F. Windows color (decimal): -14003541 or 11227690. OLE color: 11227690.
HSL color Cylindrical-coordinate representation of color #2A52AB: hue angle of 221.4º degrees, saturation: 0.61, 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 #2A52AB is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 82 | 171 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.33 |
| HSL | 221.4º | 0.61% | 0.42% | - |
| HSV(B) | 221.4º | 0.75% | 0.67% | - |
| XYZ | 11.32 | 9.47 | 39.76 | - |
| YUV | 80.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 171 | 0.75 | 0.52 | 0 | 0.33 | 221.4 | 0.61 | 0.42 |
| Hex | 2A | 52 | AB | 4B | 34 | 0 | 21 | DD | 3D | 2A |
| Octal | 52 | 122 | 253 | 113 | 64 | 0 | 41 | 335 | 75 | 52 |
| Binary | 101010 | 1010010 | 10101011 | 1001011 | 110100 | 0 | 100001 | 11011101 | 111101 | 101010 |
Color Harmonies of #2A52AB
Complementary color
Monochromatic Colors of #2A52AB
Black with #2A52AB
Text Example
Text Example
White with #2A52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A52AB; }
p { color: rgb(42,82,171); }
H1.HeaderClassName
{
color: #2A52AB;
}
.AnyTagClassName
{
color: #2A52AB;
}
</style>
background-color css
<style>
a { background-color: #2A52AB; }
a { background-color: rgb(42,82,171); }
div.DivClassName
{
background-color: #2A52AB;
}
.BgClassName
{
background-color: #2A52AB;
}
</style>
border-color css
<style>
span { border-color: #2A52AB; }
span { border-color: rgb(42,82,171); }
td.TdClassName
{
border-color: #2A52AB;
}
.TagClassName
{
border-color: #2A52AB;
}
</style>