Shades of Medium Blue #3207CC
Tints of Medium Blue #3207CC
RGB
CMYK
RGB Variations
Color information
#3207CC (or 0x3207CC) is known color: Medium Blue. HEX triplet: 32, 07 and CC. RGB value is (50,7,204). Sum of RGB (Red+Green+Blue) = 50+7+204=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #3207CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207CC is #CDF833. Grayscale: #292929. Windows color (decimal): -13498420 or 13371186. OLE color: 13371186.
HSL color Cylindrical-coordinate representation of color #3207CC: hue angle of 253.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3207CC is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 7 | 204 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.2 |
| HSL | 253.1º | 0.93% | 0.41% | - |
| HSV(B) | 253.1º | 0.97% | 0.8% | - |
| XYZ | 12.29 | 5.19 | 57.48 | - |
| YUV | 42.32 | 219.25 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 204 | 0.75 | 0.97 | 0 | 0.2 | 253.1 | 0.93 | 0.41 |
| Hex | 32 | 7 | CC | 4B | 61 | 0 | 14 | FD | 5D | 29 |
| Octal | 62 | 7 | 314 | 113 | 141 | 0 | 24 | 375 | 135 | 51 |
| Binary | 110010 | 111 | 11001100 | 1001011 | 1100001 | 0 | 10100 | 11111101 | 1011101 | 101001 |
Color Harmonies of #3207CC
Complementary color
Monochromatic Colors of #3207CC
Black with #3207CC
Text Example
Text Example
White with #3207CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3207CC; }
p { color: rgb(50,7,204); }
H1.HeaderClassName
{
color: #3207CC;
}
.AnyTagClassName
{
color: #3207CC;
}
</style>
background-color css
<style>
a { background-color: #3207CC; }
a { background-color: rgb(50,7,204); }
div.DivClassName
{
background-color: #3207CC;
}
.BgClassName
{
background-color: #3207CC;
}
</style>
border-color css
<style>
span { border-color: #3207CC; }
span { border-color: rgb(50,7,204); }
td.TdClassName
{
border-color: #3207CC;
}
.TagClassName
{
border-color: #3207CC;
}
</style>