Shades of Medium Blue #3200D5
Tints of Medium Blue #3200D5
RGB
CMYK
RGB Variations
Color information
#3200D5 (or 0x3200D5) is known color: Medium Blue. HEX triplet: 32, 00 and D5. RGB value is (50,0,213). Sum of RGB (Red+Green+Blue) = 50+0+213=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 213 (83.59% from 255 or 80.99% from 263); Max value from RGB is 213 - color contains mainly: blue. Hex color #3200D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200D5 is #CDFF2A. Grayscale: #262626. Windows color (decimal): -13500203 or 13959218. OLE color: 13959218.
HSL color Cylindrical-coordinate representation of color #3200D5: hue angle of 254.08º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200D5 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 0 | 213 | - |
| CMYK | 0.77 | 1 | 0 | 0.16 |
| HSL | 254.08º | 1% | 0.42% | - |
| HSV(B) | 254.08º | 1% | 0.84% | - |
| XYZ | 13.33 | 5.48 | 63.31 | - |
| YUV | 39.23 | 226.07 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 213 | 0.77 | 1 | 0 | 0.16 | 254.08 | 1 | 0.42 |
| Hex | 32 | 0 | D5 | 4D | 64 | 0 | 10 | FE | 64 | 2A |
| Octal | 62 | 0 | 325 | 115 | 144 | 0 | 20 | 376 | 144 | 52 |
| Binary | 110010 | 0 | 11010101 | 1001101 | 1100100 | 0 | 10000 | 11111110 | 1100100 | 101010 |
Color Harmonies of #3200D5
Complementary color
Monochromatic Colors of #3200D5
Black with #3200D5
Text Example
Text Example
White with #3200D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200D5; }
p { color: rgb(50,0,213); }
H1.HeaderClassName
{
color: #3200D5;
}
.AnyTagClassName
{
color: #3200D5;
}
</style>
background-color css
<style>
a { background-color: #3200D5; }
a { background-color: rgb(50,0,213); }
div.DivClassName
{
background-color: #3200D5;
}
.BgClassName
{
background-color: #3200D5;
}
</style>
border-color css
<style>
span { border-color: #3200D5; }
span { border-color: rgb(50,0,213); }
td.TdClassName
{
border-color: #3200D5;
}
.TagClassName
{
border-color: #3200D5;
}
</style>