Shades of Cerulean Blue #2E4BC3
Tints of Cerulean Blue #2E4BC3
RGB
CMYK
RGB Variations
Color information
#2E4BC3 (or 0x2E4BC3) is known color: Cerulean Blue. HEX triplet: 2E, 4B and C3. RGB value is (46,75,195). Sum of RGB (Red+Green+Blue) = 46+75+195=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 195 (76.56% from 255 or 61.71% from 316); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E4BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BC3 is #D1B43C. Grayscale: #4F4F4F. Windows color (decimal): -13743165 or 12798766. OLE color: 12798766.
HSL color Cylindrical-coordinate representation of color #2E4BC3: hue angle of 228.32º 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 #2E4BC3 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 75 | 195 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.24 |
| HSL | 228.32º | 0.62% | 0.47% | - |
| HSV(B) | 228.32º | 0.76% | 0.76% | - |
| XYZ | 13.49 | 9.55 | 52.76 | - |
| YUV | 80.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 195 | 0.76 | 0.62 | 0 | 0.24 | 228.32 | 0.62 | 0.47 |
| Hex | 2E | 4B | C3 | 4C | 3E | 0 | 18 | E4 | 3E | 2F |
| Octal | 56 | 113 | 303 | 114 | 76 | 0 | 30 | 344 | 76 | 57 |
| Binary | 101110 | 1001011 | 11000011 | 1001100 | 111110 | 0 | 11000 | 11100100 | 111110 | 101111 |
Color Harmonies of #2E4BC3
Complementary color
Monochromatic Colors of #2E4BC3
Black with #2E4BC3
Text Example
Text Example
White with #2E4BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4BC3; }
p { color: rgb(46,75,195); }
H1.HeaderClassName
{
color: #2E4BC3;
}
.AnyTagClassName
{
color: #2E4BC3;
}
</style>
background-color css
<style>
a { background-color: #2E4BC3; }
a { background-color: rgb(46,75,195); }
div.DivClassName
{
background-color: #2E4BC3;
}
.BgClassName
{
background-color: #2E4BC3;
}
</style>
border-color css
<style>
span { border-color: #2E4BC3; }
span { border-color: rgb(46,75,195); }
td.TdClassName
{
border-color: #2E4BC3;
}
.TagClassName
{
border-color: #2E4BC3;
}
</style>