Shades of Medium Blue #320DCC
Tints of Medium Blue #320DCC
RGB
CMYK
RGB Variations
Color information
#320DCC (or 0x320DCC) is known color: Medium Blue. HEX triplet: 32, 0D and CC. RGB value is (50,13,204). Sum of RGB (Red+Green+Blue) = 50+13+204=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #320DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DCC is #CDF233. Grayscale: #2D2D2D. Windows color (decimal): -13496884 or 13372722. OLE color: 13372722.
HSL color Cylindrical-coordinate representation of color #320DCC: hue angle of 251.62º 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 #320DCC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 13 | 204 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.2 |
| HSL | 251.62º | 0.88% | 0.43% | - |
| HSV(B) | 251.62º | 0.94% | 0.8% | - |
| XYZ | 12.36 | 5.33 | 57.5 | - |
| YUV | 45.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 204 | 0.75 | 0.94 | 0 | 0.2 | 251.62 | 0.88 | 0.43 |
| Hex | 32 | D | CC | 4B | 5E | 0 | 14 | FC | 58 | 2B |
| Octal | 62 | 15 | 314 | 113 | 136 | 0 | 24 | 374 | 130 | 53 |
| Binary | 110010 | 1101 | 11001100 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011000 | 101011 |
Color Harmonies of #320DCC
Complementary color
Monochromatic Colors of #320DCC
Black with #320DCC
Text Example
Text Example
White with #320DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DCC; }
p { color: rgb(50,13,204); }
H1.HeaderClassName
{
color: #320DCC;
}
.AnyTagClassName
{
color: #320DCC;
}
</style>
background-color css
<style>
a { background-color: #320DCC; }
a { background-color: rgb(50,13,204); }
div.DivClassName
{
background-color: #320DCC;
}
.BgClassName
{
background-color: #320DCC;
}
</style>
border-color css
<style>
span { border-color: #320DCC; }
span { border-color: rgb(50,13,204); }
td.TdClassName
{
border-color: #320DCC;
}
.TagClassName
{
border-color: #320DCC;
}
</style>