Shades of Medium Blue #320CD0
Tints of Medium Blue #320CD0
RGB
CMYK
RGB Variations
Color information
#320CD0 (or 0x320CD0) is known color: Medium Blue. HEX triplet: 32, 0C and D0. RGB value is (50,12,208). Sum of RGB (Red+Green+Blue) = 50+12+208=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #320CD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CD0 is #CDF32F. Grayscale: #2C2C2C. Windows color (decimal): -13497136 or 13634610. OLE color: 13634610.
HSL color Cylindrical-coordinate representation of color #320CD0: hue angle of 251.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CD0 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 12 | 208 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.18 |
| HSL | 251.63º | 0.89% | 0.43% | - |
| HSV(B) | 251.63º | 0.94% | 0.82% | - |
| XYZ | 12.83 | 5.5 | 60.06 | - |
| YUV | 45.71 | 219.59 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 208 | 0.76 | 0.94 | 0 | 0.18 | 251.63 | 0.89 | 0.43 |
| Hex | 32 | C | D0 | 4C | 5E | 0 | 12 | FC | 59 | 2B |
| Octal | 62 | 14 | 320 | 114 | 136 | 0 | 22 | 374 | 131 | 53 |
| Binary | 110010 | 1100 | 11010000 | 1001100 | 1011110 | 0 | 10010 | 11111100 | 1011001 | 101011 |
Color Harmonies of #320CD0
Complementary color
Monochromatic Colors of #320CD0
Black with #320CD0
Text Example
Text Example
White with #320CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CD0; }
p { color: rgb(50,12,208); }
H1.HeaderClassName
{
color: #320CD0;
}
.AnyTagClassName
{
color: #320CD0;
}
</style>
background-color css
<style>
a { background-color: #320CD0; }
a { background-color: rgb(50,12,208); }
div.DivClassName
{
background-color: #320CD0;
}
.BgClassName
{
background-color: #320CD0;
}
</style>
border-color css
<style>
span { border-color: #320CD0; }
span { border-color: rgb(50,12,208); }
td.TdClassName
{
border-color: #320CD0;
}
.TagClassName
{
border-color: #320CD0;
}
</style>