Shades of Medium Blue #320CC5
Tints of Medium Blue #320CC5
RGB
CMYK
RGB Variations
Color information
#320CC5 (or 0x320CC5) is known color: Medium Blue. HEX triplet: 32, 0C and C5. RGB value is (50,12,197). Sum of RGB (Red+Green+Blue) = 50+12+197=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 197 (77.34% from 255 or 76.06% from 259); Max value from RGB is 197 - color contains mainly: blue. Hex color #320CC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CC5 is #CDF33A. Grayscale: #2B2B2B. Windows color (decimal): -13497147 or 12913714. OLE color: 12913714.
HSL color Cylindrical-coordinate representation of color #320CC5: hue angle of 252.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CC5 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 12 | 197 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.23 |
| HSL | 252.32º | 0.89% | 0.41% | - |
| HSV(B) | 252.32º | 0.94% | 0.77% | - |
| XYZ | 11.52 | 4.97 | 53.18 | - |
| YUV | 44.45 | 214.09 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 197 | 0.75 | 0.94 | 0 | 0.23 | 252.32 | 0.89 | 0.41 |
| Hex | 32 | C | C5 | 4B | 5E | 0 | 17 | FC | 59 | 29 |
| Octal | 62 | 14 | 305 | 113 | 136 | 0 | 27 | 374 | 131 | 51 |
| Binary | 110010 | 1100 | 11000101 | 1001011 | 1011110 | 0 | 10111 | 11111100 | 1011001 | 101001 |
Color Harmonies of #320CC5
Complementary color
Monochromatic Colors of #320CC5
Black with #320CC5
Text Example
Text Example
White with #320CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CC5; }
p { color: rgb(50,12,197); }
H1.HeaderClassName
{
color: #320CC5;
}
.AnyTagClassName
{
color: #320CC5;
}
</style>
background-color css
<style>
a { background-color: #320CC5; }
a { background-color: rgb(50,12,197); }
div.DivClassName
{
background-color: #320CC5;
}
.BgClassName
{
background-color: #320CC5;
}
</style>
border-color css
<style>
span { border-color: #320CC5; }
span { border-color: rgb(50,12,197); }
td.TdClassName
{
border-color: #320CC5;
}
.TagClassName
{
border-color: #320CC5;
}
</style>