Shades of Medium Blue #3203BD
Tints of Medium Blue #3203BD
RGB
CMYK
RGB Variations
Color information
#3203BD (or 0x3203BD) is known color: Medium Blue. HEX triplet: 32, 03 and BD. RGB value is (50,3,189). Sum of RGB (Red+Green+Blue) = 50+3+189=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #3203BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203BD is #CDFC42. Grayscale: #252525. Windows color (decimal): -13499459 or 12387122. OLE color: 12387122.
HSL color Cylindrical-coordinate representation of color #3203BD: hue angle of 255.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203BD is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 3 | 189 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.26 |
| HSL | 255.16º | 0.97% | 0.38% | - |
| HSV(B) | 255.16º | 0.98% | 0.74% | - |
| XYZ | 10.53 | 4.42 | 48.44 | - |
| YUV | 38.26 | 213.07 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 189 | 0.74 | 0.98 | 0 | 0.26 | 255.16 | 0.97 | 0.38 |
| Hex | 32 | 3 | BD | 4A | 62 | 0 | 1A | FF | 61 | 26 |
| Octal | 62 | 3 | 275 | 112 | 142 | 0 | 32 | 377 | 141 | 46 |
| Binary | 110010 | 11 | 10111101 | 1001010 | 1100010 | 0 | 11010 | 11111111 | 1100001 | 100110 |
Color Harmonies of #3203BD
Complementary color
Monochromatic Colors of #3203BD
Black with #3203BD
Text Example
Text Example
White with #3203BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203BD; }
p { color: rgb(50,3,189); }
H1.HeaderClassName
{
color: #3203BD;
}
.AnyTagClassName
{
color: #3203BD;
}
</style>
background-color css
<style>
a { background-color: #3203BD; }
a { background-color: rgb(50,3,189); }
div.DivClassName
{
background-color: #3203BD;
}
.BgClassName
{
background-color: #3203BD;
}
</style>
border-color css
<style>
span { border-color: #3203BD; }
span { border-color: rgb(50,3,189); }
td.TdClassName
{
border-color: #3203BD;
}
.TagClassName
{
border-color: #3203BD;
}
</style>