Shades of Medium Blue #3200CD
Tints of Medium Blue #3200CD
RGB
CMYK
RGB Variations
Color information
#3200CD (or 0x3200CD) is known color: Medium Blue. HEX triplet: 32, 00 and CD. RGB value is (50,0,205). Sum of RGB (Red+Green+Blue) = 50+0+205=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #3200CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200CD is #CDFF32. Grayscale: #252525. Windows color (decimal): -13500211 or 13434930. OLE color: 13434930.
HSL color Cylindrical-coordinate representation of color #3200CD: hue angle of 254.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200CD is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 0 | 205 | - |
| CMYK | 0.76 | 1 | 0 | 0.20 |
| HSL | 254.63º | 1% | 0.4% | - |
| HSV(B) | 254.63º | 1% | 0.8% | - |
| XYZ | 12.33 | 5.09 | 58.09 | - |
| YUV | 38.32 | 222.07 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 205 | 0.76 | 1 | 0 | 0.20 | 254.63 | 1 | 0.4 |
| Hex | 32 | 0 | CD | 4C | 64 | 0 | 14 | FF | 64 | 28 |
| Octal | 62 | 0 | 315 | 114 | 144 | 0 | 24 | 377 | 144 | 50 |
| Binary | 110010 | 0 | 11001101 | 1001100 | 1100100 | 0 | 10100 | 11111111 | 1100100 | 101000 |
Color Harmonies of #3200CD
Complementary color
Monochromatic Colors of #3200CD
Black with #3200CD
Text Example
Text Example
White with #3200CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200CD; }
p { color: rgb(50,0,205); }
H1.HeaderClassName
{
color: #3200CD;
}
.AnyTagClassName
{
color: #3200CD;
}
</style>
background-color css
<style>
a { background-color: #3200CD; }
a { background-color: rgb(50,0,205); }
div.DivClassName
{
background-color: #3200CD;
}
.BgClassName
{
background-color: #3200CD;
}
</style>
border-color css
<style>
span { border-color: #3200CD; }
span { border-color: rgb(50,0,205); }
td.TdClassName
{
border-color: #3200CD;
}
.TagClassName
{
border-color: #3200CD;
}
</style>