Shades of Cerulean Blue #2E67B7
Tints of Cerulean Blue #2E67B7
RGB
CMYK
RGB Variations
Color information
#2E67B7 (or 0x2E67B7) is known color: Cerulean Blue. HEX triplet: 2E, 67 and B7. RGB value is (46,103,183). Sum of RGB (Red+Green+Blue) = 46+103+183=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E67B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E67B7 is #D19848. Grayscale: #5E5E5E. Windows color (decimal): -13736009 or 12019502. OLE color: 12019502.
HSL color Cylindrical-coordinate representation of color #2E67B7: hue angle of 215.04º 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 #2E67B7 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 103 | 183 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.28 |
| HSL | 215.04º | 0.6% | 0.45% | - |
| HSV(B) | 215.04º | 0.75% | 0.72% | - |
| XYZ | 14.52 | 13.7 | 46.68 | - |
| YUV | 95.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 183 | 0.75 | 0.44 | 0 | 0.28 | 215.04 | 0.6 | 0.45 |
| Hex | 2E | 67 | B7 | 4B | 2C | 0 | 1C | D7 | 3C | 2D |
| Octal | 56 | 147 | 267 | 113 | 54 | 0 | 34 | 327 | 74 | 55 |
| Binary | 101110 | 1100111 | 10110111 | 1001011 | 101100 | 0 | 11100 | 11010111 | 111100 | 101101 |
Color Harmonies of #2E67B7
Complementary color
Monochromatic Colors of #2E67B7
Black with #2E67B7
Text Example
Text Example
White with #2E67B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E67B7; }
p { color: rgb(46,103,183); }
H1.HeaderClassName
{
color: #2E67B7;
}
.AnyTagClassName
{
color: #2E67B7;
}
</style>
background-color css
<style>
a { background-color: #2E67B7; }
a { background-color: rgb(46,103,183); }
div.DivClassName
{
background-color: #2E67B7;
}
.BgClassName
{
background-color: #2E67B7;
}
</style>
border-color css
<style>
span { border-color: #2E67B7; }
span { border-color: rgb(46,103,183); }
td.TdClassName
{
border-color: #2E67B7;
}
.TagClassName
{
border-color: #2E67B7;
}
</style>