Shades of Cerulean Blue #2E5FBC
Tints of Cerulean Blue #2E5FBC
RGB
CMYK
RGB Variations
Color information
#2E5FBC (or 0x2E5FBC) is known color: Cerulean Blue. HEX triplet: 2E, 5F and BC. RGB value is (46,95,188). Sum of RGB (Red+Green+Blue) = 46+95+188=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E5FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5FBC is #D1A043. Grayscale: #5A5A5A. Windows color (decimal): -13738052 or 12345134. OLE color: 12345134.
HSL color Cylindrical-coordinate representation of color #2E5FBC: hue angle of 219.3º 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 #2E5FBC is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 95 | 188 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.26 |
| HSL | 219.3º | 0.61% | 0.46% | - |
| HSV(B) | 219.3º | 0.76% | 0.74% | - |
| XYZ | 14.3 | 12.4 | 49.22 | - |
| YUV | 90.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 188 | 0.76 | 0.49 | 0 | 0.26 | 219.3 | 0.61 | 0.46 |
| Hex | 2E | 5F | BC | 4C | 31 | 0 | 1A | DB | 3D | 2E |
| Octal | 56 | 137 | 274 | 114 | 61 | 0 | 32 | 333 | 75 | 56 |
| Binary | 101110 | 1011111 | 10111100 | 1001100 | 110001 | 0 | 11010 | 11011011 | 111101 | 101110 |
Color Harmonies of #2E5FBC
Complementary color
Monochromatic Colors of #2E5FBC
Black with #2E5FBC
Text Example
Text Example
White with #2E5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FBC; }
p { color: rgb(46,95,188); }
H1.HeaderClassName
{
color: #2E5FBC;
}
.AnyTagClassName
{
color: #2E5FBC;
}
</style>
background-color css
<style>
a { background-color: #2E5FBC; }
a { background-color: rgb(46,95,188); }
div.DivClassName
{
background-color: #2E5FBC;
}
.BgClassName
{
background-color: #2E5FBC;
}
</style>
border-color css
<style>
span { border-color: #2E5FBC; }
span { border-color: rgb(46,95,188); }
td.TdClassName
{
border-color: #2E5FBC;
}
.TagClassName
{
border-color: #2E5FBC;
}
</style>