Shades of Medium Blue #320CC8
Tints of Medium Blue #320CC8
RGB
CMYK
RGB Variations
Color information
#320CC8 (or 0x320CC8) is known color: Medium Blue. HEX triplet: 32, 0C and C8. RGB value is (50,12,200). Sum of RGB (Red+Green+Blue) = 50+12+200=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 200 (78.52% from 255 or 76.34% from 262); Max value from RGB is 200 - color contains mainly: blue. Hex color #320CC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CC8 is #CDF337. Grayscale: #2C2C2C. Windows color (decimal): -13497144 or 13110322. OLE color: 13110322.
HSL color Cylindrical-coordinate representation of color #320CC8: hue angle of 252.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CC8 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 12 | 200 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.22 |
| HSL | 252.13º | 0.89% | 0.42% | - |
| HSV(B) | 252.13º | 0.94% | 0.78% | - |
| XYZ | 11.87 | 5.11 | 55 | - |
| YUV | 44.79 | 215.59 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 200 | 0.75 | 0.94 | 0 | 0.22 | 252.13 | 0.89 | 0.42 |
| Hex | 32 | C | C8 | 4B | 5E | 0 | 16 | FC | 59 | 2A |
| Octal | 62 | 14 | 310 | 113 | 136 | 0 | 26 | 374 | 131 | 52 |
| Binary | 110010 | 1100 | 11001000 | 1001011 | 1011110 | 0 | 10110 | 11111100 | 1011001 | 101010 |
Color Harmonies of #320CC8
Complementary color
Monochromatic Colors of #320CC8
Black with #320CC8
Text Example
Text Example
White with #320CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CC8; }
p { color: rgb(50,12,200); }
H1.HeaderClassName
{
color: #320CC8;
}
.AnyTagClassName
{
color: #320CC8;
}
</style>
background-color css
<style>
a { background-color: #320CC8; }
a { background-color: rgb(50,12,200); }
div.DivClassName
{
background-color: #320CC8;
}
.BgClassName
{
background-color: #320CC8;
}
</style>
border-color css
<style>
span { border-color: #320CC8; }
span { border-color: rgb(50,12,200); }
td.TdClassName
{
border-color: #320CC8;
}
.TagClassName
{
border-color: #320CC8;
}
</style>