Shades of Cerulean Blue #2D4EBE
Tints of Cerulean Blue #2D4EBE
RGB
CMYK
RGB Variations
Color information
#2D4EBE (or 0x2D4EBE) is known color: Cerulean Blue. HEX triplet: 2D, 4E and BE. RGB value is (45,78,190). Sum of RGB (Red+Green+Blue) = 45+78+190=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D4EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4EBE is #D2B141. Grayscale: #505050. Windows color (decimal): -13807938 or 12471853. OLE color: 12471853.
HSL color Cylindrical-coordinate representation of color #2D4EBE: hue angle of 226.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D4EBE is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 78 | 190 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.25 |
| HSL | 226.34º | 0.62% | 0.46% | - |
| HSV(B) | 226.34º | 0.76% | 0.75% | - |
| XYZ | 13.1 | 9.72 | 49.9 | - |
| YUV | 80.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 190 | 0.76 | 0.59 | 0 | 0.25 | 226.34 | 0.62 | 0.46 |
| Hex | 2D | 4E | BE | 4C | 3B | 0 | 19 | E2 | 3E | 2E |
| Octal | 55 | 116 | 276 | 114 | 73 | 0 | 31 | 342 | 76 | 56 |
| Binary | 101101 | 1001110 | 10111110 | 1001100 | 111011 | 0 | 11001 | 11100010 | 111110 | 101110 |
Color Harmonies of #2D4EBE
Complementary color
Monochromatic Colors of #2D4EBE
Black with #2D4EBE
Text Example
Text Example
White with #2D4EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4EBE; }
p { color: rgb(45,78,190); }
H1.HeaderClassName
{
color: #2D4EBE;
}
.AnyTagClassName
{
color: #2D4EBE;
}
</style>
background-color css
<style>
a { background-color: #2D4EBE; }
a { background-color: rgb(45,78,190); }
div.DivClassName
{
background-color: #2D4EBE;
}
.BgClassName
{
background-color: #2D4EBE;
}
</style>
border-color css
<style>
span { border-color: #2D4EBE; }
span { border-color: rgb(45,78,190); }
td.TdClassName
{
border-color: #2D4EBE;
}
.TagClassName
{
border-color: #2D4EBE;
}
</style>