Shades of Medium Blue #3206CA
Tints of Medium Blue #3206CA
RGB
CMYK
RGB Variations
Color information
#3206CA (or 0x3206CA) is known color: Medium Blue. HEX triplet: 32, 06 and CA. RGB value is (50,6,202). Sum of RGB (Red+Green+Blue) = 50+6+202=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #3206CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3206CA is #CDF935. Grayscale: #282828. Windows color (decimal): -13498678 or 13239858. OLE color: 13239858.
HSL color Cylindrical-coordinate representation of color #3206CA: hue angle of 253.47º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3206CA is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 6 | 202 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.21 |
| HSL | 253.47º | 0.94% | 0.41% | - |
| HSV(B) | 253.47º | 0.97% | 0.79% | - |
| XYZ | 12.04 | 5.07 | 56.22 | - |
| YUV | 41.5 | 218.58 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 202 | 0.75 | 0.97 | 0 | 0.21 | 253.47 | 0.94 | 0.41 |
| Hex | 32 | 6 | CA | 4B | 61 | 0 | 15 | FD | 5E | 29 |
| Octal | 62 | 6 | 312 | 113 | 141 | 0 | 25 | 375 | 136 | 51 |
| Binary | 110010 | 110 | 11001010 | 1001011 | 1100001 | 0 | 10101 | 11111101 | 1011110 | 101001 |
Color Harmonies of #3206CA
Complementary color
Monochromatic Colors of #3206CA
Black with #3206CA
Text Example
Text Example
White with #3206CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206CA; }
p { color: rgb(50,6,202); }
H1.HeaderClassName
{
color: #3206CA;
}
.AnyTagClassName
{
color: #3206CA;
}
</style>
background-color css
<style>
a { background-color: #3206CA; }
a { background-color: rgb(50,6,202); }
div.DivClassName
{
background-color: #3206CA;
}
.BgClassName
{
background-color: #3206CA;
}
</style>
border-color css
<style>
span { border-color: #3206CA; }
span { border-color: rgb(50,6,202); }
td.TdClassName
{
border-color: #3206CA;
}
.TagClassName
{
border-color: #3206CA;
}
</style>