Shades of Medium Blue #3200CE
Tints of Medium Blue #3200CE
RGB
CMYK
RGB Variations
Color information
#3200CE (or 0x3200CE) is known color: Medium Blue. HEX triplet: 32, 00 and CE. RGB value is (50,0,206). Sum of RGB (Red+Green+Blue) = 50+0+206=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #3200CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200CE is #CDFF31. Grayscale: #252525. Windows color (decimal): -13500210 or 13500466. OLE color: 13500466.
HSL color Cylindrical-coordinate representation of color #3200CE: hue angle of 254.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200CE is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 0 | 206 | - |
| CMYK | 0.76 | 1 | 0 | 0.19 |
| HSL | 254.56º | 1% | 0.4% | - |
| HSV(B) | 254.56º | 1% | 0.81% | - |
| XYZ | 12.46 | 5.13 | 58.73 | - |
| YUV | 38.43 | 222.57 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 206 | 0.76 | 1 | 0 | 0.19 | 254.56 | 1 | 0.4 |
| Hex | 32 | 0 | CE | 4C | 64 | 0 | 13 | FF | 64 | 28 |
| Octal | 62 | 0 | 316 | 114 | 144 | 0 | 23 | 377 | 144 | 50 |
| Binary | 110010 | 0 | 11001110 | 1001100 | 1100100 | 0 | 10011 | 11111111 | 1100100 | 101000 |
Color Harmonies of #3200CE
Complementary color
Monochromatic Colors of #3200CE
Black with #3200CE
Text Example
Text Example
White with #3200CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200CE; }
p { color: rgb(50,0,206); }
H1.HeaderClassName
{
color: #3200CE;
}
.AnyTagClassName
{
color: #3200CE;
}
</style>
background-color css
<style>
a { background-color: #3200CE; }
a { background-color: rgb(50,0,206); }
div.DivClassName
{
background-color: #3200CE;
}
.BgClassName
{
background-color: #3200CE;
}
</style>
border-color css
<style>
span { border-color: #3200CE; }
span { border-color: rgb(50,0,206); }
td.TdClassName
{
border-color: #3200CE;
}
.TagClassName
{
border-color: #3200CE;
}
</style>