Shades of Medium Blue #3211C5
Tints of Medium Blue #3211C5
RGB
CMYK
RGB Variations
Color information
#3211C5 (or 0x3211C5) is known color: Medium Blue. HEX triplet: 32, 11 and C5. RGB value is (50,17,197). Sum of RGB (Red+Green+Blue) = 50+17+197=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 197 (77.34% from 255 or 74.62% from 264); Max value from RGB is 197 - color contains mainly: blue. Hex color #3211C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3211C5 is #CDEE3A. Grayscale: #2E2E2E. Windows color (decimal): -13495867 or 12914994. OLE color: 12914994.
HSL color Cylindrical-coordinate representation of color #3211C5: hue angle of 251º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3211C5 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 17 | 197 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.23 |
| HSL | 251º | 0.84% | 0.42% | - |
| HSV(B) | 251º | 0.91% | 0.77% | - |
| XYZ | 11.59 | 5.11 | 53.2 | - |
| YUV | 47.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 197 | 0.75 | 0.91 | 0 | 0.23 | 251 | 0.84 | 0.42 |
| Hex | 32 | 11 | C5 | 4B | 5B | 0 | 17 | FB | 54 | 2A |
| Octal | 62 | 21 | 305 | 113 | 133 | 0 | 27 | 373 | 124 | 52 |
| Binary | 110010 | 10001 | 11000101 | 1001011 | 1011011 | 0 | 10111 | 11111011 | 1010100 | 101010 |
Color Harmonies of #3211C5
Complementary color
Monochromatic Colors of #3211C5
Black with #3211C5
Text Example
Text Example
White with #3211C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211C5; }
p { color: rgb(50,17,197); }
H1.HeaderClassName
{
color: #3211C5;
}
.AnyTagClassName
{
color: #3211C5;
}
</style>
background-color css
<style>
a { background-color: #3211C5; }
a { background-color: rgb(50,17,197); }
div.DivClassName
{
background-color: #3211C5;
}
.BgClassName
{
background-color: #3211C5;
}
</style>
border-color css
<style>
span { border-color: #3211C5; }
span { border-color: rgb(50,17,197); }
td.TdClassName
{
border-color: #3211C5;
}
.TagClassName
{
border-color: #3211C5;
}
</style>