Shades of Medium Blue #3201C2
Tints of Medium Blue #3201C2
RGB
CMYK
RGB Variations
Color information
#3201C2 (or 0x3201C2) is known color: Medium Blue. HEX triplet: 32, 01 and C2. RGB value is (50,1,194). Sum of RGB (Red+Green+Blue) = 50+1+194=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 194 (76.17% from 255 or 79.18% from 245); Max value from RGB is 194 - color contains mainly: blue. Hex color #3201C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3201C2 is #CDFE3D. Grayscale: #242424. Windows color (decimal): -13499966 or 12714290. OLE color: 12714290.
HSL color Cylindrical-coordinate representation of color #3201C2: hue angle of 255.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3201C2 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 1 | 194 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.24 |
| HSL | 255.23º | 0.99% | 0.38% | - |
| HSV(B) | 255.23º | 0.99% | 0.76% | - |
| XYZ | 11.06 | 4.59 | 51.34 | - |
| YUV | 37.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 194 | 0.74 | 0.99 | 0 | 0.24 | 255.23 | 0.99 | 0.38 |
| Hex | 32 | 1 | C2 | 4A | 63 | 0 | 18 | FF | 63 | 26 |
| Octal | 62 | 1 | 302 | 112 | 143 | 0 | 30 | 377 | 143 | 46 |
| Binary | 110010 | 1 | 11000010 | 1001010 | 1100011 | 0 | 11000 | 11111111 | 1100011 | 100110 |
Color Harmonies of #3201C2
Complementary color
Monochromatic Colors of #3201C2
Black with #3201C2
Text Example
Text Example
White with #3201C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201C2; }
p { color: rgb(50,1,194); }
H1.HeaderClassName
{
color: #3201C2;
}
.AnyTagClassName
{
color: #3201C2;
}
</style>
background-color css
<style>
a { background-color: #3201C2; }
a { background-color: rgb(50,1,194); }
div.DivClassName
{
background-color: #3201C2;
}
.BgClassName
{
background-color: #3201C2;
}
</style>
border-color css
<style>
span { border-color: #3201C2; }
span { border-color: rgb(50,1,194); }
td.TdClassName
{
border-color: #3201C2;
}
.TagClassName
{
border-color: #3201C2;
}
</style>