Shades of Medium Blue #3200C4
Tints of Medium Blue #3200C4
RGB
CMYK
RGB Variations
Color information
#3200C4 (or 0x3200C4) is known color: Medium Blue. HEX triplet: 32, 00 and C4. RGB value is (50,0,196). Sum of RGB (Red+Green+Blue) = 50+0+196=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 196 (76.95% from 255 or 79.67% from 246); Max value from RGB is 196 - color contains mainly: blue. Hex color #3200C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200C4 is #CDFF3B. Grayscale: #242424. Windows color (decimal): -13500220 or 12845106. OLE color: 12845106.
HSL color Cylindrical-coordinate representation of color #3200C4: hue angle of 255.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200C4 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 0 | 196 | - |
| CMYK | 0.74 | 1 | 0 | 0.23 |
| HSL | 255.31º | 1% | 0.38% | - |
| HSV(B) | 255.31º | 1% | 0.77% | - |
| XYZ | 11.28 | 4.66 | 52.53 | - |
| YUV | 37.29 | 217.57 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 196 | 0.74 | 1 | 0 | 0.23 | 255.31 | 1 | 0.38 |
| Hex | 32 | 0 | C4 | 4A | 64 | 0 | 17 | FF | 64 | 26 |
| Octal | 62 | 0 | 304 | 112 | 144 | 0 | 27 | 377 | 144 | 46 |
| Binary | 110010 | 0 | 11000100 | 1001010 | 1100100 | 0 | 10111 | 11111111 | 1100100 | 100110 |
Color Harmonies of #3200C4
Complementary color
Monochromatic Colors of #3200C4
Black with #3200C4
Text Example
Text Example
White with #3200C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3200C4; }
p { color: rgb(50,0,196); }
H1.HeaderClassName
{
color: #3200C4;
}
.AnyTagClassName
{
color: #3200C4;
}
</style>
background-color css
<style>
a { background-color: #3200C4; }
a { background-color: rgb(50,0,196); }
div.DivClassName
{
background-color: #3200C4;
}
.BgClassName
{
background-color: #3200C4;
}
</style>
border-color css
<style>
span { border-color: #3200C4; }
span { border-color: rgb(50,0,196); }
td.TdClassName
{
border-color: #3200C4;
}
.TagClassName
{
border-color: #3200C4;
}
</style>