Shades of Medium Blue #3204BC
Tints of Medium Blue #3204BC
RGB
CMYK
RGB Variations
Color information
#3204BC (or 0x3204BC) is known color: Medium Blue. HEX triplet: 32, 04 and BC. RGB value is (50,4,188). Sum of RGB (Red+Green+Blue) = 50+4+188=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #3204BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204BC is #CDFB43. Grayscale: #262626. Windows color (decimal): -13499204 or 12321842. OLE color: 12321842.
HSL color Cylindrical-coordinate representation of color #3204BC: hue angle of 255º degrees, saturation: 0.96, 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 #3204BC is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 4 | 188 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.26 |
| HSL | 255º | 0.96% | 0.38% | - |
| HSV(B) | 255º | 0.98% | 0.74% | - |
| XYZ | 10.44 | 4.4 | 47.88 | - |
| YUV | 38.73 | 212.24 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 188 | 0.73 | 0.98 | 0 | 0.26 | 255 | 0.96 | 0.38 |
| Hex | 32 | 4 | BC | 49 | 62 | 0 | 1A | FF | 60 | 26 |
| Octal | 62 | 4 | 274 | 111 | 142 | 0 | 32 | 377 | 140 | 46 |
| Binary | 110010 | 100 | 10111100 | 1001001 | 1100010 | 0 | 11010 | 11111111 | 1100000 | 100110 |
Color Harmonies of #3204BC
Complementary color
Monochromatic Colors of #3204BC
Black with #3204BC
Text Example
Text Example
White with #3204BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204BC; }
p { color: rgb(50,4,188); }
H1.HeaderClassName
{
color: #3204BC;
}
.AnyTagClassName
{
color: #3204BC;
}
</style>
background-color css
<style>
a { background-color: #3204BC; }
a { background-color: rgb(50,4,188); }
div.DivClassName
{
background-color: #3204BC;
}
.BgClassName
{
background-color: #3204BC;
}
</style>
border-color css
<style>
span { border-color: #3204BC; }
span { border-color: rgb(50,4,188); }
td.TdClassName
{
border-color: #3204BC;
}
.TagClassName
{
border-color: #3204BC;
}
</style>