Shades of Medium Blue #320DCD
Tints of Medium Blue #320DCD
RGB
CMYK
RGB Variations
Color information
#320DCD (or 0x320DCD) is known color: Medium Blue. HEX triplet: 32, 0D and CD. RGB value is (50,13,205). Sum of RGB (Red+Green+Blue) = 50+13+205=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #320DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DCD is #CDF232. Grayscale: #2D2D2D. Windows color (decimal): -13496883 or 13438258. OLE color: 13438258.
HSL color Cylindrical-coordinate representation of color #320DCD: hue angle of 251.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320DCD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 13 | 205 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.20 |
| HSL | 251.56º | 0.88% | 0.43% | - |
| HSV(B) | 251.56º | 0.94% | 0.8% | - |
| XYZ | 12.48 | 5.37 | 58.14 | - |
| YUV | 45.95 | 217.76 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 205 | 0.76 | 0.94 | 0 | 0.20 | 251.56 | 0.88 | 0.43 |
| Hex | 32 | D | CD | 4C | 5E | 0 | 14 | FC | 58 | 2B |
| Octal | 62 | 15 | 315 | 114 | 136 | 0 | 24 | 374 | 130 | 53 |
| Binary | 110010 | 1101 | 11001101 | 1001100 | 1011110 | 0 | 10100 | 11111100 | 1011000 | 101011 |
Color Harmonies of #320DCD
Complementary color
Monochromatic Colors of #320DCD
Black with #320DCD
Text Example
Text Example
White with #320DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DCD; }
p { color: rgb(50,13,205); }
H1.HeaderClassName
{
color: #320DCD;
}
.AnyTagClassName
{
color: #320DCD;
}
</style>
background-color css
<style>
a { background-color: #320DCD; }
a { background-color: rgb(50,13,205); }
div.DivClassName
{
background-color: #320DCD;
}
.BgClassName
{
background-color: #320DCD;
}
</style>
border-color css
<style>
span { border-color: #320DCD; }
span { border-color: rgb(50,13,205); }
td.TdClassName
{
border-color: #320DCD;
}
.TagClassName
{
border-color: #320DCD;
}
</style>