Shades of Cerulean Blue #2D4EBF
Tints of Cerulean Blue #2D4EBF
RGB
CMYK
RGB Variations
Color information
#2D4EBF (or 0x2D4EBF) is known color: Cerulean Blue. HEX triplet: 2D, 4E and BF. RGB value is (45,78,191). Sum of RGB (Red+Green+Blue) = 45+78+191=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D4EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4EBF is #D2B140. Grayscale: #505050. Windows color (decimal): -13807937 or 12537389. OLE color: 12537389.
HSL color Cylindrical-coordinate representation of color #2D4EBF: hue angle of 226.44º 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 #2D4EBF is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 78 | 191 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.25 |
| HSL | 226.44º | 0.62% | 0.46% | - |
| HSV(B) | 226.44º | 0.76% | 0.75% | - |
| XYZ | 13.21 | 9.77 | 50.48 | - |
| YUV | 81.02 | 190.07 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 191 | 0.76 | 0.59 | 0 | 0.25 | 226.44 | 0.62 | 0.46 |
| Hex | 2D | 4E | BF | 4C | 3B | 0 | 19 | E2 | 3E | 2E |
| Octal | 55 | 116 | 277 | 114 | 73 | 0 | 31 | 342 | 76 | 56 |
| Binary | 101101 | 1001110 | 10111111 | 1001100 | 111011 | 0 | 11001 | 11100010 | 111110 | 101110 |
Color Harmonies of #2D4EBF
Complementary color
Monochromatic Colors of #2D4EBF
Black with #2D4EBF
Text Example
Text Example
White with #2D4EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4EBF; }
p { color: rgb(45,78,191); }
H1.HeaderClassName
{
color: #2D4EBF;
}
.AnyTagClassName
{
color: #2D4EBF;
}
</style>
background-color css
<style>
a { background-color: #2D4EBF; }
a { background-color: rgb(45,78,191); }
div.DivClassName
{
background-color: #2D4EBF;
}
.BgClassName
{
background-color: #2D4EBF;
}
</style>
border-color css
<style>
span { border-color: #2D4EBF; }
span { border-color: rgb(45,78,191); }
td.TdClassName
{
border-color: #2D4EBF;
}
.TagClassName
{
border-color: #2D4EBF;
}
</style>