Shades of Medium Blue #2D15CD
Tints of Medium Blue #2D15CD
RGB
CMYK
RGB Variations
Color information
#2D15CD (or 0x2D15CD) is known color: Medium Blue. HEX triplet: 2D, 15 and CD. RGB value is (45,21,205). Sum of RGB (Red+Green+Blue) = 45+21+205=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D15CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D15CD is #D2EA32. Grayscale: #303030. Windows color (decimal): -13822515 or 13440301. OLE color: 13440301.
HSL color Cylindrical-coordinate representation of color #2D15CD: hue angle of 247.83º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D15CD is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 21 | 205 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.20 |
| HSL | 247.83º | 0.81% | 0.44% | - |
| HSV(B) | 247.83º | 0.9% | 0.8% | - |
| XYZ | 12.37 | 5.5 | 58.17 | - |
| YUV | 49.15 | 215.95 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 205 | 0.78 | 0.90 | 0 | 0.20 | 247.83 | 0.81 | 0.44 |
| Hex | 2D | 15 | CD | 4E | 5A | 0 | 14 | F8 | 51 | 2C |
| Octal | 55 | 25 | 315 | 116 | 132 | 0 | 24 | 370 | 121 | 54 |
| Binary | 101101 | 10101 | 11001101 | 1001110 | 1011010 | 0 | 10100 | 11111000 | 1010001 | 101100 |
Color Harmonies of #2D15CD
Complementary color
Monochromatic Colors of #2D15CD
Black with #2D15CD
Text Example
Text Example
White with #2D15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D15CD; }
p { color: rgb(45,21,205); }
H1.HeaderClassName
{
color: #2D15CD;
}
.AnyTagClassName
{
color: #2D15CD;
}
</style>
background-color css
<style>
a { background-color: #2D15CD; }
a { background-color: rgb(45,21,205); }
div.DivClassName
{
background-color: #2D15CD;
}
.BgClassName
{
background-color: #2D15CD;
}
</style>
border-color css
<style>
span { border-color: #2D15CD; }
span { border-color: rgb(45,21,205); }
td.TdClassName
{
border-color: #2D15CD;
}
.TagClassName
{
border-color: #2D15CD;
}
</style>