Shades of Medium Blue #3204C9
Tints of Medium Blue #3204C9
RGB
CMYK
RGB Variations
Color information
#3204C9 (or 0x3204C9) is known color: Medium Blue. HEX triplet: 32, 04 and C9. RGB value is (50,4,201). Sum of RGB (Red+Green+Blue) = 50+4+201=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 201 (78.91% from 255 or 78.82% from 255); Max value from RGB is 201 - color contains mainly: blue. Hex color #3204C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204C9 is #CDFB36. Grayscale: #272727. Windows color (decimal): -13499191 or 13173810. OLE color: 13173810.
HSL color Cylindrical-coordinate representation of color #3204C9: hue angle of 254.01º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204C9 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 4 | 201 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.21 |
| HSL | 254.01º | 0.96% | 0.4% | - |
| HSV(B) | 254.01º | 0.98% | 0.79% | - |
| XYZ | 11.9 | 4.98 | 55.59 | - |
| YUV | 40.21 | 218.74 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 201 | 0.75 | 0.98 | 0 | 0.21 | 254.01 | 0.96 | 0.4 |
| Hex | 32 | 4 | C9 | 4B | 62 | 0 | 15 | FE | 60 | 28 |
| Octal | 62 | 4 | 311 | 113 | 142 | 0 | 25 | 376 | 140 | 50 |
| Binary | 110010 | 100 | 11001001 | 1001011 | 1100010 | 0 | 10101 | 11111110 | 1100000 | 101000 |
Color Harmonies of #3204C9
Complementary color
Monochromatic Colors of #3204C9
Black with #3204C9
Text Example
Text Example
White with #3204C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204C9; }
p { color: rgb(50,4,201); }
H1.HeaderClassName
{
color: #3204C9;
}
.AnyTagClassName
{
color: #3204C9;
}
</style>
background-color css
<style>
a { background-color: #3204C9; }
a { background-color: rgb(50,4,201); }
div.DivClassName
{
background-color: #3204C9;
}
.BgClassName
{
background-color: #3204C9;
}
</style>
border-color css
<style>
span { border-color: #3204C9; }
span { border-color: rgb(50,4,201); }
td.TdClassName
{
border-color: #3204C9;
}
.TagClassName
{
border-color: #3204C9;
}
</style>