Shades of Medium Blue #320BC5
Tints of Medium Blue #320BC5
RGB
CMYK
RGB Variations
Color information
#320BC5 (or 0x320BC5) is known color: Medium Blue. HEX triplet: 32, 0B and C5. RGB value is (50,11,197). Sum of RGB (Red+Green+Blue) = 50+11+197=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 197 (77.34% from 255 or 76.36% from 258); Max value from RGB is 197 - color contains mainly: blue. Hex color #320BC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BC5 is #CDF43A. Grayscale: #2B2B2B. Windows color (decimal): -13497403 or 12913458. OLE color: 12913458.
HSL color Cylindrical-coordinate representation of color #320BC5: hue angle of 252.58º 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 #320BC5 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 11 | 197 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.23 |
| HSL | 252.58º | 0.89% | 0.41% | - |
| HSV(B) | 252.58º | 0.94% | 0.77% | - |
| XYZ | 11.51 | 4.95 | 53.17 | - |
| YUV | 43.87 | 214.42 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 197 | 0.75 | 0.94 | 0 | 0.23 | 252.58 | 0.89 | 0.41 |
| Hex | 32 | B | C5 | 4B | 5E | 0 | 17 | FD | 59 | 29 |
| Octal | 62 | 13 | 305 | 113 | 136 | 0 | 27 | 375 | 131 | 51 |
| Binary | 110010 | 1011 | 11000101 | 1001011 | 1011110 | 0 | 10111 | 11111101 | 1011001 | 101001 |
Color Harmonies of #320BC5
Complementary color
Monochromatic Colors of #320BC5
Black with #320BC5
Text Example
Text Example
White with #320BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BC5; }
p { color: rgb(50,11,197); }
H1.HeaderClassName
{
color: #320BC5;
}
.AnyTagClassName
{
color: #320BC5;
}
</style>
background-color css
<style>
a { background-color: #320BC5; }
a { background-color: rgb(50,11,197); }
div.DivClassName
{
background-color: #320BC5;
}
.BgClassName
{
background-color: #320BC5;
}
</style>
border-color css
<style>
span { border-color: #320BC5; }
span { border-color: rgb(50,11,197); }
td.TdClassName
{
border-color: #320BC5;
}
.TagClassName
{
border-color: #320BC5;
}
</style>