Shades of Medium Blue #3201BD
Tints of Medium Blue #3201BD
RGB
CMYK
RGB Variations
Color information
#3201BD (or 0x3201BD) is known color: Medium Blue. HEX triplet: 32, 01 and BD. RGB value is (50,1,189). Sum of RGB (Red+Green+Blue) = 50+1+189=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #3201BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3201BD is #CDFE42. Grayscale: #242424. Windows color (decimal): -13499971 or 12386610. OLE color: 12386610.
HSL color Cylindrical-coordinate representation of color #3201BD: hue angle of 255.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3201BD is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 1 | 189 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.26 |
| HSL | 255.64º | 0.99% | 0.37% | - |
| HSV(B) | 255.64º | 0.99% | 0.74% | - |
| XYZ | 10.51 | 4.37 | 48.43 | - |
| YUV | 37.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 189 | 0.74 | 0.99 | 0 | 0.26 | 255.64 | 0.99 | 0.37 |
| Hex | 32 | 1 | BD | 4A | 63 | 0 | 1A | 100 | 63 | 25 |
| Octal | 62 | 1 | 275 | 112 | 143 | 0 | 32 | 400 | 143 | 45 |
| Binary | 110010 | 1 | 10111101 | 1001010 | 1100011 | 0 | 11010 | 100000000 | 1100011 | 100101 |
Color Harmonies of #3201BD
Complementary color
Monochromatic Colors of #3201BD
Black with #3201BD
Text Example
Text Example
White with #3201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201BD; }
p { color: rgb(50,1,189); }
H1.HeaderClassName
{
color: #3201BD;
}
.AnyTagClassName
{
color: #3201BD;
}
</style>
background-color css
<style>
a { background-color: #3201BD; }
a { background-color: rgb(50,1,189); }
div.DivClassName
{
background-color: #3201BD;
}
.BgClassName
{
background-color: #3201BD;
}
</style>
border-color css
<style>
span { border-color: #3201BD; }
span { border-color: rgb(50,1,189); }
td.TdClassName
{
border-color: #3201BD;
}
.TagClassName
{
border-color: #3201BD;
}
</style>