Shades of Medium Blue #3206CC
Tints of Medium Blue #3206CC
RGB
CMYK
RGB Variations
Color information
#3206CC (or 0x3206CC) is known color: Medium Blue. HEX triplet: 32, 06 and CC. RGB value is (50,6,204). Sum of RGB (Red+Green+Blue) = 50+6+204=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #3206CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3206CC is #CDF933. Grayscale: #282828. Windows color (decimal): -13498676 or 13370930. OLE color: 13370930.
HSL color Cylindrical-coordinate representation of color #3206CC: hue angle of 253.33º degrees, saturation: 0.94, 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 #3206CC is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 6 | 204 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.2 |
| HSL | 253.33º | 0.94% | 0.41% | - |
| HSV(B) | 253.33º | 0.97% | 0.8% | - |
| XYZ | 12.28 | 5.17 | 57.48 | - |
| YUV | 41.73 | 219.58 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 204 | 0.75 | 0.97 | 0 | 0.2 | 253.33 | 0.94 | 0.41 |
| Hex | 32 | 6 | CC | 4B | 61 | 0 | 14 | FD | 5E | 29 |
| Octal | 62 | 6 | 314 | 113 | 141 | 0 | 24 | 375 | 136 | 51 |
| Binary | 110010 | 110 | 11001100 | 1001011 | 1100001 | 0 | 10100 | 11111101 | 1011110 | 101001 |
Color Harmonies of #3206CC
Complementary color
Monochromatic Colors of #3206CC
Black with #3206CC
Text Example
Text Example
White with #3206CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3206CC; }
p { color: rgb(50,6,204); }
H1.HeaderClassName
{
color: #3206CC;
}
.AnyTagClassName
{
color: #3206CC;
}
</style>
background-color css
<style>
a { background-color: #3206CC; }
a { background-color: rgb(50,6,204); }
div.DivClassName
{
background-color: #3206CC;
}
.BgClassName
{
background-color: #3206CC;
}
</style>
border-color css
<style>
span { border-color: #3206CC; }
span { border-color: rgb(50,6,204); }
td.TdClassName
{
border-color: #3206CC;
}
.TagClassName
{
border-color: #3206CC;
}
</style>