Shades of Medium Blue #3203BF
Tints of Medium Blue #3203BF
RGB
CMYK
RGB Variations
Color information
#3203BF (or 0x3203BF) is known color: Medium Blue. HEX triplet: 32, 03 and BF. RGB value is (50,3,191). Sum of RGB (Red+Green+Blue) = 50+3+191=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #3203BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203BF is #CDFC40. Grayscale: #252525. Windows color (decimal): -13499457 or 12518194. OLE color: 12518194.
HSL color Cylindrical-coordinate representation of color #3203BF: hue angle of 255º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203BF is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 3 | 191 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.25 |
| HSL | 255º | 0.97% | 0.38% | - |
| HSV(B) | 255º | 0.98% | 0.75% | - |
| XYZ | 10.75 | 4.5 | 49.59 | - |
| YUV | 38.49 | 214.07 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 191 | 0.74 | 0.98 | 0 | 0.25 | 255 | 0.97 | 0.38 |
| Hex | 32 | 3 | BF | 4A | 62 | 0 | 19 | FF | 61 | 26 |
| Octal | 62 | 3 | 277 | 112 | 142 | 0 | 31 | 377 | 141 | 46 |
| Binary | 110010 | 11 | 10111111 | 1001010 | 1100010 | 0 | 11001 | 11111111 | 1100001 | 100110 |
Color Harmonies of #3203BF
Complementary color
Monochromatic Colors of #3203BF
Black with #3203BF
Text Example
Text Example
White with #3203BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203BF; }
p { color: rgb(50,3,191); }
H1.HeaderClassName
{
color: #3203BF;
}
.AnyTagClassName
{
color: #3203BF;
}
</style>
background-color css
<style>
a { background-color: #3203BF; }
a { background-color: rgb(50,3,191); }
div.DivClassName
{
background-color: #3203BF;
}
.BgClassName
{
background-color: #3203BF;
}
</style>
border-color css
<style>
span { border-color: #3203BF; }
span { border-color: rgb(50,3,191); }
td.TdClassName
{
border-color: #3203BF;
}
.TagClassName
{
border-color: #3203BF;
}
</style>