Shades of Medium Blue #320DCF
Tints of Medium Blue #320DCF
RGB
CMYK
RGB Variations
Color information
#320DCF (or 0x320DCF) is known color: Medium Blue. HEX triplet: 32, 0D and CF. RGB value is (50,13,207). Sum of RGB (Red+Green+Blue) = 50+13+207=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #320DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DCF is #CDF230. Grayscale: #2D2D2D. Windows color (decimal): -13496881 or 13569330. OLE color: 13569330.
HSL color Cylindrical-coordinate representation of color #320DCF: hue angle of 251.44º degrees, saturation: 0.88, 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 #320DCF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 13 | 207 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.19 |
| HSL | 251.44º | 0.88% | 0.43% | - |
| HSV(B) | 251.44º | 0.94% | 0.81% | - |
| XYZ | 12.72 | 5.47 | 59.42 | - |
| YUV | 46.18 | 218.76 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 207 | 0.76 | 0.94 | 0 | 0.19 | 251.44 | 0.88 | 0.43 |
| Hex | 32 | D | CF | 4C | 5E | 0 | 13 | FB | 58 | 2B |
| Octal | 62 | 15 | 317 | 114 | 136 | 0 | 23 | 373 | 130 | 53 |
| Binary | 110010 | 1101 | 11001111 | 1001100 | 1011110 | 0 | 10011 | 11111011 | 1011000 | 101011 |
Color Harmonies of #320DCF
Complementary color
Monochromatic Colors of #320DCF
Black with #320DCF
Text Example
Text Example
White with #320DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DCF; }
p { color: rgb(50,13,207); }
H1.HeaderClassName
{
color: #320DCF;
}
.AnyTagClassName
{
color: #320DCF;
}
</style>
background-color css
<style>
a { background-color: #320DCF; }
a { background-color: rgb(50,13,207); }
div.DivClassName
{
background-color: #320DCF;
}
.BgClassName
{
background-color: #320DCF;
}
</style>
border-color css
<style>
span { border-color: #320DCF; }
span { border-color: rgb(50,13,207); }
td.TdClassName
{
border-color: #320DCF;
}
.TagClassName
{
border-color: #320DCF;
}
</style>