Shades of Medium Blue #320CCF
Tints of Medium Blue #320CCF
RGB
CMYK
RGB Variations
Color information
#320CCF (or 0x320CCF) is known color: Medium Blue. HEX triplet: 32, 0C and CF. RGB value is (50,12,207). Sum of RGB (Red+Green+Blue) = 50+12+207=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #320CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CCF is #CDF330. Grayscale: #2C2C2C. Windows color (decimal): -13497137 or 13569074. OLE color: 13569074.
HSL color Cylindrical-coordinate representation of color #320CCF: hue angle of 251.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CCF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 12 | 207 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.19 |
| HSL | 251.69º | 0.89% | 0.43% | - |
| HSV(B) | 251.69º | 0.94% | 0.81% | - |
| XYZ | 12.71 | 5.45 | 59.41 | - |
| YUV | 45.59 | 219.09 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 207 | 0.76 | 0.94 | 0 | 0.19 | 251.69 | 0.89 | 0.43 |
| Hex | 32 | C | CF | 4C | 5E | 0 | 13 | FC | 59 | 2B |
| Octal | 62 | 14 | 317 | 114 | 136 | 0 | 23 | 374 | 131 | 53 |
| Binary | 110010 | 1100 | 11001111 | 1001100 | 1011110 | 0 | 10011 | 11111100 | 1011001 | 101011 |
Color Harmonies of #320CCF
Complementary color
Monochromatic Colors of #320CCF
Black with #320CCF
Text Example
Text Example
White with #320CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CCF; }
p { color: rgb(50,12,207); }
H1.HeaderClassName
{
color: #320CCF;
}
.AnyTagClassName
{
color: #320CCF;
}
</style>
background-color css
<style>
a { background-color: #320CCF; }
a { background-color: rgb(50,12,207); }
div.DivClassName
{
background-color: #320CCF;
}
.BgClassName
{
background-color: #320CCF;
}
</style>
border-color css
<style>
span { border-color: #320CCF; }
span { border-color: rgb(50,12,207); }
td.TdClassName
{
border-color: #320CCF;
}
.TagClassName
{
border-color: #320CCF;
}
</style>