Shades of Cerulean Blue #2A48AD
Tints of Cerulean Blue #2A48AD
RGB
CMYK
RGB Variations
Color information
#2A48AD (or 0x2A48AD) is known color: Cerulean Blue. HEX triplet: 2A, 48 and AD. RGB value is (42,72,173). Sum of RGB (Red+Green+Blue) = 42+72+173=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A48AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A48AD is #D5B752. Grayscale: #4A4A4A. Windows color (decimal): -14006099 or 11356202. OLE color: 11356202.
HSL color Cylindrical-coordinate representation of color #2A48AD: hue angle of 226.26º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A48AD is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 72 | 173 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.32 |
| HSL | 226.26º | 0.61% | 0.42% | - |
| HSV(B) | 226.26º | 0.76% | 0.68% | - |
| XYZ | 10.82 | 8.14 | 40.54 | - |
| YUV | 74.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 173 | 0.76 | 0.58 | 0 | 0.32 | 226.26 | 0.61 | 0.42 |
| Hex | 2A | 48 | AD | 4C | 3A | 0 | 20 | E2 | 3D | 2A |
| Octal | 52 | 110 | 255 | 114 | 72 | 0 | 40 | 342 | 75 | 52 |
| Binary | 101010 | 1001000 | 10101101 | 1001100 | 111010 | 0 | 100000 | 11100010 | 111101 | 101010 |
Color Harmonies of #2A48AD
Complementary color
Monochromatic Colors of #2A48AD
Black with #2A48AD
Text Example
Text Example
White with #2A48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A48AD; }
p { color: rgb(42,72,173); }
H1.HeaderClassName
{
color: #2A48AD;
}
.AnyTagClassName
{
color: #2A48AD;
}
</style>
background-color css
<style>
a { background-color: #2A48AD; }
a { background-color: rgb(42,72,173); }
div.DivClassName
{
background-color: #2A48AD;
}
.BgClassName
{
background-color: #2A48AD;
}
</style>
border-color css
<style>
span { border-color: #2A48AD; }
span { border-color: rgb(42,72,173); }
td.TdClassName
{
border-color: #2A48AD;
}
.TagClassName
{
border-color: #2A48AD;
}
</style>