Shades of Medium Blue #3204CA
Tints of Medium Blue #3204CA
RGB
CMYK
RGB Variations
Color information
#3204CA (or 0x3204CA) is known color: Medium Blue. HEX triplet: 32, 04 and CA. RGB value is (50,4,202). Sum of RGB (Red+Green+Blue) = 50+4+202=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #3204CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204CA is #CDFB35. Grayscale: #272727. Windows color (decimal): -13499190 or 13239346. OLE color: 13239346.
HSL color Cylindrical-coordinate representation of color #3204CA: hue angle of 253.94º 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 #3204CA is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 4 | 202 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.21 |
| HSL | 253.94º | 0.96% | 0.4% | - |
| HSV(B) | 253.94º | 0.98% | 0.79% | - |
| XYZ | 12.02 | 5.03 | 56.21 | - |
| YUV | 40.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 202 | 0.75 | 0.98 | 0 | 0.21 | 253.94 | 0.96 | 0.4 |
| Hex | 32 | 4 | CA | 4B | 62 | 0 | 15 | FE | 60 | 28 |
| Octal | 62 | 4 | 312 | 113 | 142 | 0 | 25 | 376 | 140 | 50 |
| Binary | 110010 | 100 | 11001010 | 1001011 | 1100010 | 0 | 10101 | 11111110 | 1100000 | 101000 |
Color Harmonies of #3204CA
Complementary color
Monochromatic Colors of #3204CA
Black with #3204CA
Text Example
Text Example
White with #3204CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204CA; }
p { color: rgb(50,4,202); }
H1.HeaderClassName
{
color: #3204CA;
}
.AnyTagClassName
{
color: #3204CA;
}
</style>
background-color css
<style>
a { background-color: #3204CA; }
a { background-color: rgb(50,4,202); }
div.DivClassName
{
background-color: #3204CA;
}
.BgClassName
{
background-color: #3204CA;
}
</style>
border-color css
<style>
span { border-color: #3204CA; }
span { border-color: rgb(50,4,202); }
td.TdClassName
{
border-color: #3204CA;
}
.TagClassName
{
border-color: #3204CA;
}
</style>