Shades of Medium Blue #3207BC
Tints of Medium Blue #3207BC
RGB
CMYK
RGB Variations
Color information
#3207BC (or 0x3207BC) is known color: Medium Blue. HEX triplet: 32, 07 and BC. RGB value is (50,7,188). Sum of RGB (Red+Green+Blue) = 50+7+188=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #3207BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207BC is #CDF843. Grayscale: #272727. Windows color (decimal): -13498436 or 12322610. OLE color: 12322610.
HSL color Cylindrical-coordinate representation of color #3207BC: hue angle of 254.25º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3207BC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 7 | 188 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.26 |
| HSL | 254.25º | 0.93% | 0.38% | - |
| HSV(B) | 254.25º | 0.96% | 0.74% | - |
| XYZ | 10.47 | 4.46 | 47.89 | - |
| YUV | 40.49 | 211.25 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 188 | 0.73 | 0.96 | 0 | 0.26 | 254.25 | 0.93 | 0.38 |
| Hex | 32 | 7 | BC | 49 | 60 | 0 | 1A | FE | 5D | 26 |
| Octal | 62 | 7 | 274 | 111 | 140 | 0 | 32 | 376 | 135 | 46 |
| Binary | 110010 | 111 | 10111100 | 1001001 | 1100000 | 0 | 11010 | 11111110 | 1011101 | 100110 |
Color Harmonies of #3207BC
Complementary color
Monochromatic Colors of #3207BC
Black with #3207BC
Text Example
Text Example
White with #3207BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3207BC; }
p { color: rgb(50,7,188); }
H1.HeaderClassName
{
color: #3207BC;
}
.AnyTagClassName
{
color: #3207BC;
}
</style>
background-color css
<style>
a { background-color: #3207BC; }
a { background-color: rgb(50,7,188); }
div.DivClassName
{
background-color: #3207BC;
}
.BgClassName
{
background-color: #3207BC;
}
</style>
border-color css
<style>
span { border-color: #3207BC; }
span { border-color: rgb(50,7,188); }
td.TdClassName
{
border-color: #3207BC;
}
.TagClassName
{
border-color: #3207BC;
}
</style>