Shades of Cerulean Blue #2D49BF
Tints of Cerulean Blue #2D49BF
RGB
CMYK
RGB Variations
Color information
#2D49BF (or 0x2D49BF) is known color: Cerulean Blue. HEX triplet: 2D, 49 and BF. RGB value is (45,73,191). Sum of RGB (Red+Green+Blue) = 45+73+191=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D49BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D49BF is #D2B640. Grayscale: #4D4D4D. Windows color (decimal): -13809217 or 12536109. OLE color: 12536109.
HSL color Cylindrical-coordinate representation of color #2D49BF: hue angle of 228.49º 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 #2D49BF is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 73 | 191 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.25 |
| HSL | 228.49º | 0.62% | 0.46% | - |
| HSV(B) | 228.49º | 0.76% | 0.75% | - |
| XYZ | 12.87 | 9.08 | 50.37 | - |
| YUV | 78.08 | 191.72 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 191 | 0.76 | 0.62 | 0 | 0.25 | 228.49 | 0.62 | 0.46 |
| Hex | 2D | 49 | BF | 4C | 3E | 0 | 19 | E4 | 3E | 2E |
| Octal | 55 | 111 | 277 | 114 | 76 | 0 | 31 | 344 | 76 | 56 |
| Binary | 101101 | 1001001 | 10111111 | 1001100 | 111110 | 0 | 11001 | 11100100 | 111110 | 101110 |
Color Harmonies of #2D49BF
Complementary color
Monochromatic Colors of #2D49BF
Black with #2D49BF
Text Example
Text Example
White with #2D49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D49BF; }
p { color: rgb(45,73,191); }
H1.HeaderClassName
{
color: #2D49BF;
}
.AnyTagClassName
{
color: #2D49BF;
}
</style>
background-color css
<style>
a { background-color: #2D49BF; }
a { background-color: rgb(45,73,191); }
div.DivClassName
{
background-color: #2D49BF;
}
.BgClassName
{
background-color: #2D49BF;
}
</style>
border-color css
<style>
span { border-color: #2D49BF; }
span { border-color: rgb(45,73,191); }
td.TdClassName
{
border-color: #2D49BF;
}
.TagClassName
{
border-color: #2D49BF;
}
</style>