Shades of Cerulean Blue #2A45AD
Tints of Cerulean Blue #2A45AD
RGB
CMYK
RGB Variations
Color information
#2A45AD (or 0x2A45AD) is known color: Cerulean Blue. HEX triplet: 2A, 45 and AD. RGB value is (42,69,173). Sum of RGB (Red+Green+Blue) = 42+69+173=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A45AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A45AD is #D5BA52. Grayscale: #484848. Windows color (decimal): -14006867 or 11355434. OLE color: 11355434.
HSL color Cylindrical-coordinate representation of color #2A45AD: hue angle of 227.63º 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 #2A45AD is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 69 | 173 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.32 |
| HSL | 227.63º | 0.61% | 0.42% | - |
| HSV(B) | 227.63º | 0.76% | 0.68% | - |
| XYZ | 10.63 | 7.77 | 40.47 | - |
| YUV | 72.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 173 | 0.76 | 0.60 | 0 | 0.32 | 227.63 | 0.61 | 0.42 |
| Hex | 2A | 45 | AD | 4C | 3C | 0 | 20 | E4 | 3D | 2A |
| Octal | 52 | 105 | 255 | 114 | 74 | 0 | 40 | 344 | 75 | 52 |
| Binary | 101010 | 1000101 | 10101101 | 1001100 | 111100 | 0 | 100000 | 11100100 | 111101 | 101010 |
Color Harmonies of #2A45AD
Complementary color
Monochromatic Colors of #2A45AD
Black with #2A45AD
Text Example
Text Example
White with #2A45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A45AD; }
p { color: rgb(42,69,173); }
H1.HeaderClassName
{
color: #2A45AD;
}
.AnyTagClassName
{
color: #2A45AD;
}
</style>
background-color css
<style>
a { background-color: #2A45AD; }
a { background-color: rgb(42,69,173); }
div.DivClassName
{
background-color: #2A45AD;
}
.BgClassName
{
background-color: #2A45AD;
}
</style>
border-color css
<style>
span { border-color: #2A45AD; }
span { border-color: rgb(42,69,173); }
td.TdClassName
{
border-color: #2A45AD;
}
.TagClassName
{
border-color: #2A45AD;
}
</style>