Shades of Cerulean Blue #2E64B9
Tints of Cerulean Blue #2E64B9
RGB
CMYK
RGB Variations
Color information
#2E64B9 (or 0x2E64B9) is known color: Cerulean Blue. HEX triplet: 2E, 64 and B9. RGB value is (46,100,185). Sum of RGB (Red+Green+Blue) = 46+100+185=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #2E64B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E64B9 is #D19B46. Grayscale: #5D5D5D. Windows color (decimal): -13736775 or 12149806. OLE color: 12149806.
HSL color Cylindrical-coordinate representation of color #2E64B9: hue angle of 216.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E64B9 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 100 | 185 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.27 |
| HSL | 216.69º | 0.6% | 0.45% | - |
| HSV(B) | 216.69º | 0.75% | 0.73% | - |
| XYZ | 14.44 | 13.2 | 47.69 | - |
| YUV | 93.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 185 | 0.75 | 0.46 | 0 | 0.27 | 216.69 | 0.6 | 0.45 |
| Hex | 2E | 64 | B9 | 4B | 2E | 0 | 1B | D9 | 3C | 2D |
| Octal | 56 | 144 | 271 | 113 | 56 | 0 | 33 | 331 | 74 | 55 |
| Binary | 101110 | 1100100 | 10111001 | 1001011 | 101110 | 0 | 11011 | 11011001 | 111100 | 101101 |
Color Harmonies of #2E64B9
Complementary color
Monochromatic Colors of #2E64B9
Black with #2E64B9
Text Example
Text Example
White with #2E64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E64B9; }
p { color: rgb(46,100,185); }
H1.HeaderClassName
{
color: #2E64B9;
}
.AnyTagClassName
{
color: #2E64B9;
}
</style>
background-color css
<style>
a { background-color: #2E64B9; }
a { background-color: rgb(46,100,185); }
div.DivClassName
{
background-color: #2E64B9;
}
.BgClassName
{
background-color: #2E64B9;
}
</style>
border-color css
<style>
span { border-color: #2E64B9; }
span { border-color: rgb(46,100,185); }
td.TdClassName
{
border-color: #2E64B9;
}
.TagClassName
{
border-color: #2E64B9;
}
</style>