Shades of Medium Blue #320ECF
Tints of Medium Blue #320ECF
RGB
CMYK
RGB Variations
Color information
#320ECF (or 0x320ECF) is known color: Medium Blue. HEX triplet: 32, 0E and CF. RGB value is (50,14,207). Sum of RGB (Red+Green+Blue) = 50+14+207=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #320ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ECF is #CDF130. Grayscale: #2E2E2E. Windows color (decimal): -13496625 or 13569586. OLE color: 13569586.
HSL color Cylindrical-coordinate representation of color #320ECF: hue angle of 251.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320ECF is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 14 | 207 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.19 |
| HSL | 251.19º | 0.87% | 0.43% | - |
| HSV(B) | 251.19º | 0.93% | 0.81% | - |
| XYZ | 12.73 | 5.5 | 59.42 | - |
| YUV | 46.77 | 218.43 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 207 | 0.76 | 0.93 | 0 | 0.19 | 251.19 | 0.87 | 0.43 |
| Hex | 32 | E | CF | 4C | 5D | 0 | 13 | FB | 57 | 2B |
| Octal | 62 | 16 | 317 | 114 | 135 | 0 | 23 | 373 | 127 | 53 |
| Binary | 110010 | 1110 | 11001111 | 1001100 | 1011101 | 0 | 10011 | 11111011 | 1010111 | 101011 |
Color Harmonies of #320ECF
Complementary color
Monochromatic Colors of #320ECF
Black with #320ECF
Text Example
Text Example
White with #320ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320ECF; }
p { color: rgb(50,14,207); }
H1.HeaderClassName
{
color: #320ECF;
}
.AnyTagClassName
{
color: #320ECF;
}
</style>
background-color css
<style>
a { background-color: #320ECF; }
a { background-color: rgb(50,14,207); }
div.DivClassName
{
background-color: #320ECF;
}
.BgClassName
{
background-color: #320ECF;
}
</style>
border-color css
<style>
span { border-color: #320ECF; }
span { border-color: rgb(50,14,207); }
td.TdClassName
{
border-color: #320ECF;
}
.TagClassName
{
border-color: #320ECF;
}
</style>