Shades of Cerulean Blue #2E53BC
Tints of Cerulean Blue #2E53BC
RGB
CMYK
RGB Variations
Color information
#2E53BC (or 0x2E53BC) is known color: Cerulean Blue. HEX triplet: 2E, 53 and BC. RGB value is (46,83,188). Sum of RGB (Red+Green+Blue) = 46+83+188=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E53BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E53BC is #D1AC43. Grayscale: #535353. Windows color (decimal): -13741124 or 12342062. OLE color: 12342062.
HSL color Cylindrical-coordinate representation of color #2E53BC: hue angle of 224.37º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E53BC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 83 | 188 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.26 |
| HSL | 224.37º | 0.61% | 0.46% | - |
| HSV(B) | 224.37º | 0.76% | 0.74% | - |
| XYZ | 13.3 | 10.4 | 48.88 | - |
| YUV | 83.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 188 | 0.76 | 0.56 | 0 | 0.26 | 224.37 | 0.61 | 0.46 |
| Hex | 2E | 53 | BC | 4C | 38 | 0 | 1A | E0 | 3D | 2E |
| Octal | 56 | 123 | 274 | 114 | 70 | 0 | 32 | 340 | 75 | 56 |
| Binary | 101110 | 1010011 | 10111100 | 1001100 | 111000 | 0 | 11010 | 11100000 | 111101 | 101110 |
Color Harmonies of #2E53BC
Complementary color
Monochromatic Colors of #2E53BC
Black with #2E53BC
Text Example
Text Example
White with #2E53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E53BC; }
p { color: rgb(46,83,188); }
H1.HeaderClassName
{
color: #2E53BC;
}
.AnyTagClassName
{
color: #2E53BC;
}
</style>
background-color css
<style>
a { background-color: #2E53BC; }
a { background-color: rgb(46,83,188); }
div.DivClassName
{
background-color: #2E53BC;
}
.BgClassName
{
background-color: #2E53BC;
}
</style>
border-color css
<style>
span { border-color: #2E53BC; }
span { border-color: rgb(46,83,188); }
td.TdClassName
{
border-color: #2E53BC;
}
.TagClassName
{
border-color: #2E53BC;
}
</style>