Shades of Medium Blue #320CCC
Tints of Medium Blue #320CCC
RGB
CMYK
RGB Variations
Color information
#320CCC (or 0x320CCC) is known color: Medium Blue. HEX triplet: 32, 0C and CC. RGB value is (50,12,204). Sum of RGB (Red+Green+Blue) = 50+12+204=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #320CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CCC is #CDF333. Grayscale: #2C2C2C. Windows color (decimal): -13497140 or 13372466. OLE color: 13372466.
HSL color Cylindrical-coordinate representation of color #320CCC: hue angle of 251.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CCC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 12 | 204 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.2 |
| HSL | 251.88º | 0.89% | 0.42% | - |
| HSV(B) | 251.88º | 0.94% | 0.8% | - |
| XYZ | 12.35 | 5.3 | 57.5 | - |
| YUV | 45.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 204 | 0.75 | 0.94 | 0 | 0.2 | 251.88 | 0.89 | 0.42 |
| Hex | 32 | C | CC | 4B | 5E | 0 | 14 | FC | 59 | 2A |
| Octal | 62 | 14 | 314 | 113 | 136 | 0 | 24 | 374 | 131 | 52 |
| Binary | 110010 | 1100 | 11001100 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101010 |
Color Harmonies of #320CCC
Complementary color
Monochromatic Colors of #320CCC
Black with #320CCC
Text Example
Text Example
White with #320CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CCC; }
p { color: rgb(50,12,204); }
H1.HeaderClassName
{
color: #320CCC;
}
.AnyTagClassName
{
color: #320CCC;
}
</style>
background-color css
<style>
a { background-color: #320CCC; }
a { background-color: rgb(50,12,204); }
div.DivClassName
{
background-color: #320CCC;
}
.BgClassName
{
background-color: #320CCC;
}
</style>
border-color css
<style>
span { border-color: #320CCC; }
span { border-color: rgb(50,12,204); }
td.TdClassName
{
border-color: #320CCC;
}
.TagClassName
{
border-color: #320CCC;
}
</style>