Shades of Medium Blue #3207CB
Tints of Medium Blue #3207CB
RGB
CMYK
RGB Variations
Color information
#3207CB (or 0x3207CB) is known color: Medium Blue. HEX triplet: 32, 07 and CB. RGB value is (50,7,203). Sum of RGB (Red+Green+Blue) = 50+7+203=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #3207CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207CB is #CDF834. Grayscale: #292929. Windows color (decimal): -13498421 or 13305650. OLE color: 13305650.
HSL color Cylindrical-coordinate representation of color #3207CB: hue angle of 253.16º 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 #3207CB is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 7 | 203 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.20 |
| HSL | 253.16º | 0.93% | 0.41% | - |
| HSV(B) | 253.16º | 0.97% | 0.8% | - |
| XYZ | 12.17 | 5.14 | 56.85 | - |
| YUV | 42.2 | 218.75 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 203 | 0.75 | 0.97 | 0 | 0.20 | 253.16 | 0.93 | 0.41 |
| Hex | 32 | 7 | CB | 4B | 61 | 0 | 14 | FD | 5D | 29 |
| Octal | 62 | 7 | 313 | 113 | 141 | 0 | 24 | 375 | 135 | 51 |
| Binary | 110010 | 111 | 11001011 | 1001011 | 1100001 | 0 | 10100 | 11111101 | 1011101 | 101001 |
Color Harmonies of #3207CB
Complementary color
Monochromatic Colors of #3207CB
Black with #3207CB
Text Example
Text Example
White with #3207CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3207CB; }
p { color: rgb(50,7,203); }
H1.HeaderClassName
{
color: #3207CB;
}
.AnyTagClassName
{
color: #3207CB;
}
</style>
background-color css
<style>
a { background-color: #3207CB; }
a { background-color: rgb(50,7,203); }
div.DivClassName
{
background-color: #3207CB;
}
.BgClassName
{
background-color: #3207CB;
}
</style>
border-color css
<style>
span { border-color: #3207CB; }
span { border-color: rgb(50,7,203); }
td.TdClassName
{
border-color: #3207CB;
}
.TagClassName
{
border-color: #3207CB;
}
</style>