Shades of Cerulean Blue #2A56AC
Tints of Cerulean Blue #2A56AC
RGB
CMYK
RGB Variations
Color information
#2A56AC (or 0x2A56AC) is known color: Cerulean Blue. HEX triplet: 2A, 56 and AC. RGB value is (42,86,172). Sum of RGB (Red+Green+Blue) = 42+86+172=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A56AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A56AC is #D5A953. Grayscale: #525252. Windows color (decimal): -14002516 or 11294250. OLE color: 11294250.
HSL color Cylindrical-coordinate representation of color #2A56AC: hue angle of 219.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A56AC is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 86 | 172 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.33 |
| HSL | 219.69º | 0.61% | 0.42% | - |
| HSV(B) | 219.69º | 0.76% | 0.67% | - |
| XYZ | 11.73 | 10.13 | 40.37 | - |
| YUV | 82.65 | 178.42 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 172 | 0.76 | 0.5 | 0 | 0.33 | 219.69 | 0.61 | 0.42 |
| Hex | 2A | 56 | AC | 4C | 32 | 0 | 21 | DC | 3D | 2A |
| Octal | 52 | 126 | 254 | 114 | 62 | 0 | 41 | 334 | 75 | 52 |
| Binary | 101010 | 1010110 | 10101100 | 1001100 | 110010 | 0 | 100001 | 11011100 | 111101 | 101010 |
Color Harmonies of #2A56AC
Complementary color
Monochromatic Colors of #2A56AC
Black with #2A56AC
Text Example
Text Example
White with #2A56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A56AC; }
p { color: rgb(42,86,172); }
H1.HeaderClassName
{
color: #2A56AC;
}
.AnyTagClassName
{
color: #2A56AC;
}
</style>
background-color css
<style>
a { background-color: #2A56AC; }
a { background-color: rgb(42,86,172); }
div.DivClassName
{
background-color: #2A56AC;
}
.BgClassName
{
background-color: #2A56AC;
}
</style>
border-color css
<style>
span { border-color: #2A56AC; }
span { border-color: rgb(42,86,172); }
td.TdClassName
{
border-color: #2A56AC;
}
.TagClassName
{
border-color: #2A56AC;
}
</style>