Shades of Medium Blue #3204CF
Tints of Medium Blue #3204CF
RGB
CMYK
RGB Variations
Color information
#3204CF (or 0x3204CF) is known color: Medium Blue. HEX triplet: 32, 04 and CF. RGB value is (50,4,207). Sum of RGB (Red+Green+Blue) = 50+4+207=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #3204CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204CF is #CDFB30. Grayscale: #282828. Windows color (decimal): -13499185 or 13567026. OLE color: 13567026.
HSL color Cylindrical-coordinate representation of color #3204CF: hue angle of 253.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204CF is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 4 | 207 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.19 |
| HSL | 253.6º | 0.96% | 0.41% | - |
| HSV(B) | 253.6º | 0.98% | 0.81% | - |
| XYZ | 12.62 | 5.27 | 59.38 | - |
| YUV | 40.9 | 221.74 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 207 | 0.76 | 0.98 | 0 | 0.19 | 253.6 | 0.96 | 0.41 |
| Hex | 32 | 4 | CF | 4C | 62 | 0 | 13 | FE | 60 | 29 |
| Octal | 62 | 4 | 317 | 114 | 142 | 0 | 23 | 376 | 140 | 51 |
| Binary | 110010 | 100 | 11001111 | 1001100 | 1100010 | 0 | 10011 | 11111110 | 1100000 | 101001 |
Color Harmonies of #3204CF
Complementary color
Monochromatic Colors of #3204CF
Black with #3204CF
Text Example
Text Example
White with #3204CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204CF; }
p { color: rgb(50,4,207); }
H1.HeaderClassName
{
color: #3204CF;
}
.AnyTagClassName
{
color: #3204CF;
}
</style>
background-color css
<style>
a { background-color: #3204CF; }
a { background-color: rgb(50,4,207); }
div.DivClassName
{
background-color: #3204CF;
}
.BgClassName
{
background-color: #3204CF;
}
</style>
border-color css
<style>
span { border-color: #3204CF; }
span { border-color: rgb(50,4,207); }
td.TdClassName
{
border-color: #3204CF;
}
.TagClassName
{
border-color: #3204CF;
}
</style>