Shades of Cerulean Blue #2E63B8
Tints of Cerulean Blue #2E63B8
RGB
CMYK
RGB Variations
Color information
#2E63B8 (or 0x2E63B8) is known color: Cerulean Blue. HEX triplet: 2E, 63 and B8. RGB value is (46,99,184). Sum of RGB (Red+Green+Blue) = 46+99+184=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #2E63B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E63B8 is #D19C47. Grayscale: #5C5C5C. Windows color (decimal): -13737032 or 12084014. OLE color: 12084014.
HSL color Cylindrical-coordinate representation of color #2E63B8: hue angle of 216.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E63B8 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 99 | 184 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.28 |
| HSL | 216.96º | 0.6% | 0.45% | - |
| HSV(B) | 216.96º | 0.75% | 0.72% | - |
| XYZ | 14.24 | 12.97 | 47.1 | - |
| YUV | 92.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 184 | 0.75 | 0.46 | 0 | 0.28 | 216.96 | 0.6 | 0.45 |
| Hex | 2E | 63 | B8 | 4B | 2E | 0 | 1C | D9 | 3C | 2D |
| Octal | 56 | 143 | 270 | 113 | 56 | 0 | 34 | 331 | 74 | 55 |
| Binary | 101110 | 1100011 | 10111000 | 1001011 | 101110 | 0 | 11100 | 11011001 | 111100 | 101101 |
Color Harmonies of #2E63B8
Complementary color
Monochromatic Colors of #2E63B8
Black with #2E63B8
Text Example
Text Example
White with #2E63B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E63B8; }
p { color: rgb(46,99,184); }
H1.HeaderClassName
{
color: #2E63B8;
}
.AnyTagClassName
{
color: #2E63B8;
}
</style>
background-color css
<style>
a { background-color: #2E63B8; }
a { background-color: rgb(46,99,184); }
div.DivClassName
{
background-color: #2E63B8;
}
.BgClassName
{
background-color: #2E63B8;
}
</style>
border-color css
<style>
span { border-color: #2E63B8; }
span { border-color: rgb(46,99,184); }
td.TdClassName
{
border-color: #2E63B8;
}
.TagClassName
{
border-color: #2E63B8;
}
</style>