Shades of Medium Blue #3202C1
Tints of Medium Blue #3202C1
RGB
CMYK
RGB Variations
Color information
#3202C1 (or 0x3202C1) is known color: Medium Blue. HEX triplet: 32, 02 and C1. RGB value is (50,2,193). Sum of RGB (Red+Green+Blue) = 50+2+193=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 193 (75.78% from 255 or 78.78% from 245); Max value from RGB is 193 - color contains mainly: blue. Hex color #3202C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3202C1 is #CDFD3E. Grayscale: #252525. Windows color (decimal): -13499711 or 12649010. OLE color: 12649010.
HSL color Cylindrical-coordinate representation of color #3202C1: hue angle of 255.08º degrees, saturation: 0.98, 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 #3202C1 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 2 | 193 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.24 |
| HSL | 255.08º | 0.98% | 0.38% | - |
| HSV(B) | 255.08º | 0.99% | 0.76% | - |
| XYZ | 10.96 | 4.57 | 50.76 | - |
| YUV | 38.13 | 215.4 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 193 | 0.74 | 0.99 | 0 | 0.24 | 255.08 | 0.98 | 0.38 |
| Hex | 32 | 2 | C1 | 4A | 63 | 0 | 18 | FF | 62 | 26 |
| Octal | 62 | 2 | 301 | 112 | 143 | 0 | 30 | 377 | 142 | 46 |
| Binary | 110010 | 10 | 11000001 | 1001010 | 1100011 | 0 | 11000 | 11111111 | 1100010 | 100110 |
Color Harmonies of #3202C1
Complementary color
Monochromatic Colors of #3202C1
Black with #3202C1
Text Example
Text Example
White with #3202C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202C1; }
p { color: rgb(50,2,193); }
H1.HeaderClassName
{
color: #3202C1;
}
.AnyTagClassName
{
color: #3202C1;
}
</style>
background-color css
<style>
a { background-color: #3202C1; }
a { background-color: rgb(50,2,193); }
div.DivClassName
{
background-color: #3202C1;
}
.BgClassName
{
background-color: #3202C1;
}
</style>
border-color css
<style>
span { border-color: #3202C1; }
span { border-color: rgb(50,2,193); }
td.TdClassName
{
border-color: #3202C1;
}
.TagClassName
{
border-color: #3202C1;
}
</style>