Shades of Medium Blue #2D16D3
Tints of Medium Blue #2D16D3
RGB
CMYK
RGB Variations
Color information
#2D16D3 (or 0x2D16D3) is known color: Medium Blue. HEX triplet: 2D, 16 and D3. RGB value is (45,22,211). Sum of RGB (Red+Green+Blue) = 45+22+211=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 211 (82.81% from 255 or 75.90% from 278); Max value from RGB is 211 - color contains mainly: blue. Hex color #2D16D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D16D3 is #D2E92C. Grayscale: #313131. Windows color (decimal): -13822253 or 13833773. OLE color: 13833773.
HSL color Cylindrical-coordinate representation of color #2D16D3: hue angle of 247.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D16D3 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 22 | 211 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.17 |
| HSL | 247.3º | 0.81% | 0.46% | - |
| HSV(B) | 247.3º | 0.9% | 0.83% | - |
| XYZ | 13.13 | 5.83 | 62.06 | - |
| YUV | 50.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 211 | 0.79 | 0.90 | 0 | 0.17 | 247.3 | 0.81 | 0.46 |
| Hex | 2D | 16 | D3 | 4F | 5A | 0 | 11 | F7 | 51 | 2E |
| Octal | 55 | 26 | 323 | 117 | 132 | 0 | 21 | 367 | 121 | 56 |
| Binary | 101101 | 10110 | 11010011 | 1001111 | 1011010 | 0 | 10001 | 11110111 | 1010001 | 101110 |
Color Harmonies of #2D16D3
Complementary color
Monochromatic Colors of #2D16D3
Black with #2D16D3
Text Example
Text Example
White with #2D16D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D16D3; }
p { color: rgb(45,22,211); }
H1.HeaderClassName
{
color: #2D16D3;
}
.AnyTagClassName
{
color: #2D16D3;
}
</style>
background-color css
<style>
a { background-color: #2D16D3; }
a { background-color: rgb(45,22,211); }
div.DivClassName
{
background-color: #2D16D3;
}
.BgClassName
{
background-color: #2D16D3;
}
</style>
border-color css
<style>
span { border-color: #2D16D3; }
span { border-color: rgb(45,22,211); }
td.TdClassName
{
border-color: #2D16D3;
}
.TagClassName
{
border-color: #2D16D3;
}
</style>