Shades of Medium Blue #320DCB
Tints of Medium Blue #320DCB
RGB
CMYK
RGB Variations
Color information
#320DCB (or 0x320DCB) is known color: Medium Blue. HEX triplet: 32, 0D and CB. RGB value is (50,13,203). Sum of RGB (Red+Green+Blue) = 50+13+203=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #320DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DCB is #CDF234. Grayscale: #2D2D2D. Windows color (decimal): -13496885 or 13307186. OLE color: 13307186.
HSL color Cylindrical-coordinate representation of color #320DCB: hue angle of 251.68º degrees, saturation: 0.88, 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 #320DCB is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 13 | 203 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.20 |
| HSL | 251.68º | 0.88% | 0.42% | - |
| HSV(B) | 251.68º | 0.94% | 0.8% | - |
| XYZ | 12.24 | 5.28 | 56.87 | - |
| YUV | 45.72 | 216.76 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 203 | 0.75 | 0.94 | 0 | 0.20 | 251.68 | 0.88 | 0.42 |
| Hex | 32 | D | CB | 4B | 5E | 0 | 14 | FC | 58 | 2A |
| Octal | 62 | 15 | 313 | 113 | 136 | 0 | 24 | 374 | 130 | 52 |
| Binary | 110010 | 1101 | 11001011 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011000 | 101010 |
Color Harmonies of #320DCB
Complementary color
Monochromatic Colors of #320DCB
Black with #320DCB
Text Example
Text Example
White with #320DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DCB; }
p { color: rgb(50,13,203); }
H1.HeaderClassName
{
color: #320DCB;
}
.AnyTagClassName
{
color: #320DCB;
}
</style>
background-color css
<style>
a { background-color: #320DCB; }
a { background-color: rgb(50,13,203); }
div.DivClassName
{
background-color: #320DCB;
}
.BgClassName
{
background-color: #320DCB;
}
</style>
border-color css
<style>
span { border-color: #320DCB; }
span { border-color: rgb(50,13,203); }
td.TdClassName
{
border-color: #320DCB;
}
.TagClassName
{
border-color: #320DCB;
}
</style>