Shades of Cerulean Blue #2D49CD
Tints of Cerulean Blue #2D49CD
RGB
CMYK
RGB Variations
Color information
#2D49CD (or 0x2D49CD) is known color: Cerulean Blue. HEX triplet: 2D, 49 and CD. RGB value is (45,73,205). Sum of RGB (Red+Green+Blue) = 45+73+205=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D49CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D49CD is #D2B632. Grayscale: #4F4F4F. Windows color (decimal): -13809203 or 13453613. OLE color: 13453613.
HSL color Cylindrical-coordinate representation of color #2D49CD: hue angle of 229.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D49CD is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 73 | 205 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.20 |
| HSL | 229.5º | 0.64% | 0.49% | - |
| HSV(B) | 229.5º | 0.78% | 0.8% | - |
| XYZ | 14.48 | 9.73 | 58.87 | - |
| YUV | 79.68 | 198.72 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 205 | 0.78 | 0.64 | 0 | 0.20 | 229.5 | 0.64 | 0.49 |
| Hex | 2D | 49 | CD | 4E | 40 | 0 | 14 | E6 | 40 | 31 |
| Octal | 55 | 111 | 315 | 116 | 100 | 0 | 24 | 346 | 100 | 61 |
| Binary | 101101 | 1001001 | 11001101 | 1001110 | 1000000 | 0 | 10100 | 11100110 | 1000000 | 110001 |
Color Harmonies of #2D49CD
Complementary color
Monochromatic Colors of #2D49CD
Black with #2D49CD
Text Example
Text Example
White with #2D49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D49CD; }
p { color: rgb(45,73,205); }
H1.HeaderClassName
{
color: #2D49CD;
}
.AnyTagClassName
{
color: #2D49CD;
}
</style>
background-color css
<style>
a { background-color: #2D49CD; }
a { background-color: rgb(45,73,205); }
div.DivClassName
{
background-color: #2D49CD;
}
.BgClassName
{
background-color: #2D49CD;
}
</style>
border-color css
<style>
span { border-color: #2D49CD; }
span { border-color: rgb(45,73,205); }
td.TdClassName
{
border-color: #2D49CD;
}
.TagClassName
{
border-color: #2D49CD;
}
</style>