Shades of Cerulean Blue #2E5DC1
Tints of Cerulean Blue #2E5DC1
RGB
CMYK
RGB Variations
Color information
#2E5DC1 (or 0x2E5DC1) is known color: Cerulean Blue. HEX triplet: 2E, 5D and C1. RGB value is (46,93,193). Sum of RGB (Red+Green+Blue) = 46+93+193=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E5DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DC1 is #D1A23E. Grayscale: #595959. Windows color (decimal): -13738559 or 12672302. OLE color: 12672302.
HSL color Cylindrical-coordinate representation of color #2E5DC1: hue angle of 220.82º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5DC1 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 93 | 193 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.24 |
| HSL | 220.82º | 0.62% | 0.47% | - |
| HSV(B) | 220.82º | 0.76% | 0.76% | - |
| XYZ | 14.67 | 12.26 | 52.05 | - |
| YUV | 90.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 193 | 0.76 | 0.52 | 0 | 0.24 | 220.82 | 0.62 | 0.47 |
| Hex | 2E | 5D | C1 | 4C | 34 | 0 | 18 | DD | 3E | 2F |
| Octal | 56 | 135 | 301 | 114 | 64 | 0 | 30 | 335 | 76 | 57 |
| Binary | 101110 | 1011101 | 11000001 | 1001100 | 110100 | 0 | 11000 | 11011101 | 111110 | 101111 |
Color Harmonies of #2E5DC1
Complementary color
Monochromatic Colors of #2E5DC1
Black with #2E5DC1
Text Example
Text Example
White with #2E5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DC1; }
p { color: rgb(46,93,193); }
H1.HeaderClassName
{
color: #2E5DC1;
}
.AnyTagClassName
{
color: #2E5DC1;
}
</style>
background-color css
<style>
a { background-color: #2E5DC1; }
a { background-color: rgb(46,93,193); }
div.DivClassName
{
background-color: #2E5DC1;
}
.BgClassName
{
background-color: #2E5DC1;
}
</style>
border-color css
<style>
span { border-color: #2E5DC1; }
span { border-color: rgb(46,93,193); }
td.TdClassName
{
border-color: #2E5DC1;
}
.TagClassName
{
border-color: #2E5DC1;
}
</style>