Shades of Cerulean Blue #2E6ACB
Tints of Cerulean Blue #2E6ACB
RGB
CMYK
RGB Variations
Color information
#2E6ACB (or 0x2E6ACB) is known color: Cerulean Blue. HEX triplet: 2E, 6A and CB. RGB value is (46,106,203). Sum of RGB (Red+Green+Blue) = 46+106+203=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ACB is #D19534. Grayscale: #626262. Windows color (decimal): -13735221 or 13330990. OLE color: 13330990.
HSL color Cylindrical-coordinate representation of color #2E6ACB: hue angle of 217.07º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E6ACB is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 106 | 203 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.20 |
| HSL | 217.07º | 0.63% | 0.49% | - |
| HSV(B) | 217.07º | 0.77% | 0.8% | - |
| XYZ | 17.06 | 15.2 | 58.53 | - |
| YUV | 99.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 203 | 0.77 | 0.48 | 0 | 0.20 | 217.07 | 0.63 | 0.49 |
| Hex | 2E | 6A | CB | 4D | 30 | 0 | 14 | D9 | 3F | 31 |
| Octal | 56 | 152 | 313 | 115 | 60 | 0 | 24 | 331 | 77 | 61 |
| Binary | 101110 | 1101010 | 11001011 | 1001101 | 110000 | 0 | 10100 | 11011001 | 111111 | 110001 |
Color Harmonies of #2E6ACB
Complementary color
Monochromatic Colors of #2E6ACB
Black with #2E6ACB
Text Example
Text Example
White with #2E6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6ACB; }
p { color: rgb(46,106,203); }
H1.HeaderClassName
{
color: #2E6ACB;
}
.AnyTagClassName
{
color: #2E6ACB;
}
</style>
background-color css
<style>
a { background-color: #2E6ACB; }
a { background-color: rgb(46,106,203); }
div.DivClassName
{
background-color: #2E6ACB;
}
.BgClassName
{
background-color: #2E6ACB;
}
</style>
border-color css
<style>
span { border-color: #2E6ACB; }
span { border-color: rgb(46,106,203); }
td.TdClassName
{
border-color: #2E6ACB;
}
.TagClassName
{
border-color: #2E6ACB;
}
</style>