Shades of Cerulean Blue #2E57AC
Tints of Cerulean Blue #2E57AC
RGB
CMYK
RGB Variations
Color information
#2E57AC (or 0x2E57AC) is known color: Cerulean Blue. HEX triplet: 2E, 57 and AC. RGB value is (46,87,172). Sum of RGB (Red+Green+Blue) = 46+87+172=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E57AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E57AC is #D1A853. Grayscale: #545454. Windows color (decimal): -13740116 or 11294510. OLE color: 11294510.
HSL color Cylindrical-coordinate representation of color #2E57AC: hue angle of 220.48º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E57AC is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 87 | 172 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.33 |
| HSL | 220.48º | 0.58% | 0.43% | - |
| HSV(B) | 220.48º | 0.73% | 0.67% | - |
| XYZ | 11.98 | 10.38 | 40.4 | - |
| YUV | 84.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 172 | 0.73 | 0.49 | 0 | 0.33 | 220.48 | 0.58 | 0.43 |
| Hex | 2E | 57 | AC | 49 | 31 | 0 | 21 | DC | 3A | 2B |
| Octal | 56 | 127 | 254 | 111 | 61 | 0 | 41 | 334 | 72 | 53 |
| Binary | 101110 | 1010111 | 10101100 | 1001001 | 110001 | 0 | 100001 | 11011100 | 111010 | 101011 |
Color Harmonies of #2E57AC
Complementary color
Monochromatic Colors of #2E57AC
Black with #2E57AC
Text Example
Text Example
White with #2E57AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E57AC; }
p { color: rgb(46,87,172); }
H1.HeaderClassName
{
color: #2E57AC;
}
.AnyTagClassName
{
color: #2E57AC;
}
</style>
background-color css
<style>
a { background-color: #2E57AC; }
a { background-color: rgb(46,87,172); }
div.DivClassName
{
background-color: #2E57AC;
}
.BgClassName
{
background-color: #2E57AC;
}
</style>
border-color css
<style>
span { border-color: #2E57AC; }
span { border-color: rgb(46,87,172); }
td.TdClassName
{
border-color: #2E57AC;
}
.TagClassName
{
border-color: #2E57AC;
}
</style>