Shades of Medium Blue #3207CE
Tints of Medium Blue #3207CE
RGB
CMYK
RGB Variations
Color information
#3207CE (or 0x3207CE) is known color: Medium Blue. HEX triplet: 32, 07 and CE. RGB value is (50,7,206). Sum of RGB (Red+Green+Blue) = 50+7+206=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #3207CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207CE is #CDF831. Grayscale: #292929. Windows color (decimal): -13498418 or 13502258. OLE color: 13502258.
HSL color Cylindrical-coordinate representation of color #3207CE: hue angle of 252.96º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3207CE is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 7 | 206 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.19 |
| HSL | 252.96º | 0.93% | 0.42% | - |
| HSV(B) | 252.96º | 0.97% | 0.81% | - |
| XYZ | 12.53 | 5.29 | 58.75 | - |
| YUV | 42.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 206 | 0.76 | 0.97 | 0 | 0.19 | 252.96 | 0.93 | 0.42 |
| Hex | 32 | 7 | CE | 4C | 61 | 0 | 13 | FD | 5D | 2A |
| Octal | 62 | 7 | 316 | 114 | 141 | 0 | 23 | 375 | 135 | 52 |
| Binary | 110010 | 111 | 11001110 | 1001100 | 1100001 | 0 | 10011 | 11111101 | 1011101 | 101010 |
Color Harmonies of #3207CE
Complementary color
Monochromatic Colors of #3207CE
Black with #3207CE
Text Example
Text Example
White with #3207CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3207CE; }
p { color: rgb(50,7,206); }
H1.HeaderClassName
{
color: #3207CE;
}
.AnyTagClassName
{
color: #3207CE;
}
</style>
background-color css
<style>
a { background-color: #3207CE; }
a { background-color: rgb(50,7,206); }
div.DivClassName
{
background-color: #3207CE;
}
.BgClassName
{
background-color: #3207CE;
}
</style>
border-color css
<style>
span { border-color: #3207CE; }
span { border-color: rgb(50,7,206); }
td.TdClassName
{
border-color: #3207CE;
}
.TagClassName
{
border-color: #3207CE;
}
</style>