Shades of Medium Blue #3204CE
Tints of Medium Blue #3204CE
RGB
CMYK
RGB Variations
Color information
#3204CE (or 0x3204CE) is known color: Medium Blue. HEX triplet: 32, 04 and CE. RGB value is (50,4,206). Sum of RGB (Red+Green+Blue) = 50+4+206=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #3204CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204CE is #CDFB31. Grayscale: #282828. Windows color (decimal): -13499186 or 13501490. OLE color: 13501490.
HSL color Cylindrical-coordinate representation of color #3204CE: hue angle of 253.66º 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 #3204CE is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 4 | 206 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.19 |
| HSL | 253.66º | 0.96% | 0.41% | - |
| HSV(B) | 253.66º | 0.98% | 0.81% | - |
| XYZ | 12.5 | 5.22 | 58.74 | - |
| YUV | 40.78 | 221.24 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 206 | 0.76 | 0.98 | 0 | 0.19 | 253.66 | 0.96 | 0.41 |
| Hex | 32 | 4 | CE | 4C | 62 | 0 | 13 | FE | 60 | 29 |
| Octal | 62 | 4 | 316 | 114 | 142 | 0 | 23 | 376 | 140 | 51 |
| Binary | 110010 | 100 | 11001110 | 1001100 | 1100010 | 0 | 10011 | 11111110 | 1100000 | 101001 |
Color Harmonies of #3204CE
Complementary color
Monochromatic Colors of #3204CE
Black with #3204CE
Text Example
Text Example
White with #3204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204CE; }
p { color: rgb(50,4,206); }
H1.HeaderClassName
{
color: #3204CE;
}
.AnyTagClassName
{
color: #3204CE;
}
</style>
background-color css
<style>
a { background-color: #3204CE; }
a { background-color: rgb(50,4,206); }
div.DivClassName
{
background-color: #3204CE;
}
.BgClassName
{
background-color: #3204CE;
}
</style>
border-color css
<style>
span { border-color: #3204CE; }
span { border-color: rgb(50,4,206); }
td.TdClassName
{
border-color: #3204CE;
}
.TagClassName
{
border-color: #3204CE;
}
</style>