Shades of Cerulean Blue #2A58AD
Tints of Cerulean Blue #2A58AD
RGB
CMYK
RGB Variations
Color information
#2A58AD (or 0x2A58AD) is known color: Cerulean Blue. HEX triplet: 2A, 58 and AD. RGB value is (42,88,173). Sum of RGB (Red+Green+Blue) = 42+88+173=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A58AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A58AD is #D5A752. Grayscale: #535353. Windows color (decimal): -14002003 or 11360298. OLE color: 11360298.
HSL color Cylindrical-coordinate representation of color #2A58AD: hue angle of 218.93º 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 #2A58AD is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 88 | 173 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.32 |
| HSL | 218.93º | 0.61% | 0.42% | - |
| HSV(B) | 218.93º | 0.76% | 0.68% | - |
| XYZ | 11.99 | 10.49 | 40.93 | - |
| YUV | 83.94 | 178.26 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 173 | 0.76 | 0.49 | 0 | 0.32 | 218.93 | 0.61 | 0.42 |
| Hex | 2A | 58 | AD | 4C | 31 | 0 | 20 | DB | 3D | 2A |
| Octal | 52 | 130 | 255 | 114 | 61 | 0 | 40 | 333 | 75 | 52 |
| Binary | 101010 | 1011000 | 10101101 | 1001100 | 110001 | 0 | 100000 | 11011011 | 111101 | 101010 |
Color Harmonies of #2A58AD
Complementary color
Monochromatic Colors of #2A58AD
Black with #2A58AD
Text Example
Text Example
White with #2A58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A58AD; }
p { color: rgb(42,88,173); }
H1.HeaderClassName
{
color: #2A58AD;
}
.AnyTagClassName
{
color: #2A58AD;
}
</style>
background-color css
<style>
a { background-color: #2A58AD; }
a { background-color: rgb(42,88,173); }
div.DivClassName
{
background-color: #2A58AD;
}
.BgClassName
{
background-color: #2A58AD;
}
</style>
border-color css
<style>
span { border-color: #2A58AD; }
span { border-color: rgb(42,88,173); }
td.TdClassName
{
border-color: #2A58AD;
}
.TagClassName
{
border-color: #2A58AD;
}
</style>