Shades of Medium Blue #320DBE
Tints of Medium Blue #320DBE
RGB
CMYK
RGB Variations
Color information
#320DBE (or 0x320DBE) is known color: Medium Blue. HEX triplet: 32, 0D and BE. RGB value is (50,13,190). Sum of RGB (Red+Green+Blue) = 50+13+190=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #320DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DBE is #CDF241. Grayscale: #2B2B2B. Windows color (decimal): -13496898 or 12455218. OLE color: 12455218.
HSL color Cylindrical-coordinate representation of color #320DBE: hue angle of 252.54º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320DBE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 13 | 190 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.25 |
| HSL | 252.54º | 0.87% | 0.4% | - |
| HSV(B) | 252.54º | 0.93% | 0.75% | - |
| XYZ | 10.75 | 4.68 | 49.05 | - |
| YUV | 44.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 190 | 0.74 | 0.93 | 0 | 0.25 | 252.54 | 0.87 | 0.4 |
| Hex | 32 | D | BE | 4A | 5D | 0 | 19 | FD | 57 | 28 |
| Octal | 62 | 15 | 276 | 112 | 135 | 0 | 31 | 375 | 127 | 50 |
| Binary | 110010 | 1101 | 10111110 | 1001010 | 1011101 | 0 | 11001 | 11111101 | 1010111 | 101000 |
Color Harmonies of #320DBE
Complementary color
Monochromatic Colors of #320DBE
Black with #320DBE
Text Example
Text Example
White with #320DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DBE; }
p { color: rgb(50,13,190); }
H1.HeaderClassName
{
color: #320DBE;
}
.AnyTagClassName
{
color: #320DBE;
}
</style>
background-color css
<style>
a { background-color: #320DBE; }
a { background-color: rgb(50,13,190); }
div.DivClassName
{
background-color: #320DBE;
}
.BgClassName
{
background-color: #320DBE;
}
</style>
border-color css
<style>
span { border-color: #320DBE; }
span { border-color: rgb(50,13,190); }
td.TdClassName
{
border-color: #320DBE;
}
.TagClassName
{
border-color: #320DBE;
}
</style>