Shades of Medium Blue #3201CD
Tints of Medium Blue #3201CD
RGB
CMYK
RGB Variations
Color information
#3201CD (or 0x3201CD) is known color: Medium Blue. HEX triplet: 32, 01 and CD. RGB value is (50,1,205). Sum of RGB (Red+Green+Blue) = 50+1+205=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #3201CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3201CD is #CDFE32. Grayscale: #262626. Windows color (decimal): -13499955 or 13435186. OLE color: 13435186.
HSL color Cylindrical-coordinate representation of color #3201CD: hue angle of 254.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3201CD is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 1 | 205 | - |
| CMYK | 0.76 | 1.00 | 0 | 0.20 |
| HSL | 254.41º | 0.99% | 0.4% | - |
| HSV(B) | 254.41º | 1% | 0.8% | - |
| XYZ | 12.35 | 5.11 | 58.09 | - |
| YUV | 38.91 | 221.73 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 205 | 0.76 | 1.00 | 0 | 0.20 | 254.41 | 0.99 | 0.4 |
| Hex | 32 | 1 | CD | 4C | 64 | 0 | 14 | FE | 63 | 28 |
| Octal | 62 | 1 | 315 | 114 | 144 | 0 | 24 | 376 | 143 | 50 |
| Binary | 110010 | 1 | 11001101 | 1001100 | 1100100 | 0 | 10100 | 11111110 | 1100011 | 101000 |
Color Harmonies of #3201CD
Complementary color
Monochromatic Colors of #3201CD
Black with #3201CD
Text Example
Text Example
White with #3201CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201CD; }
p { color: rgb(50,1,205); }
H1.HeaderClassName
{
color: #3201CD;
}
.AnyTagClassName
{
color: #3201CD;
}
</style>
background-color css
<style>
a { background-color: #3201CD; }
a { background-color: rgb(50,1,205); }
div.DivClassName
{
background-color: #3201CD;
}
.BgClassName
{
background-color: #3201CD;
}
</style>
border-color css
<style>
span { border-color: #3201CD; }
span { border-color: rgb(50,1,205); }
td.TdClassName
{
border-color: #3201CD;
}
.TagClassName
{
border-color: #3201CD;
}
</style>