Shades of Medium Blue #3209C5
Tints of Medium Blue #3209C5
RGB
CMYK
RGB Variations
Color information
#3209C5 (or 0x3209C5) is known color: Medium Blue. HEX triplet: 32, 09 and C5. RGB value is (50,9,197). Sum of RGB (Red+Green+Blue) = 50+9+197=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 197 (77.34% from 255 or 76.95% from 256); Max value from RGB is 197 - color contains mainly: blue. Hex color #3209C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209C5 is #CDF63A. Grayscale: #292929. Windows color (decimal): -13497915 or 12912946. OLE color: 12912946.
HSL color Cylindrical-coordinate representation of color #3209C5: hue angle of 253.09º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3209C5 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 9 | 197 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.23 |
| HSL | 253.09º | 0.91% | 0.4% | - |
| HSV(B) | 253.09º | 0.95% | 0.77% | - |
| XYZ | 11.49 | 4.9 | 53.16 | - |
| YUV | 42.69 | 215.08 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 197 | 0.75 | 0.95 | 0 | 0.23 | 253.09 | 0.91 | 0.4 |
| Hex | 32 | 9 | C5 | 4B | 5F | 0 | 17 | FD | 5B | 28 |
| Octal | 62 | 11 | 305 | 113 | 137 | 0 | 27 | 375 | 133 | 50 |
| Binary | 110010 | 1001 | 11000101 | 1001011 | 1011111 | 0 | 10111 | 11111101 | 1011011 | 101000 |
Color Harmonies of #3209C5
Complementary color
Monochromatic Colors of #3209C5
Black with #3209C5
Text Example
Text Example
White with #3209C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3209C5; }
p { color: rgb(50,9,197); }
H1.HeaderClassName
{
color: #3209C5;
}
.AnyTagClassName
{
color: #3209C5;
}
</style>
background-color css
<style>
a { background-color: #3209C5; }
a { background-color: rgb(50,9,197); }
div.DivClassName
{
background-color: #3209C5;
}
.BgClassName
{
background-color: #3209C5;
}
</style>
border-color css
<style>
span { border-color: #3209C5; }
span { border-color: rgb(50,9,197); }
td.TdClassName
{
border-color: #3209C5;
}
.TagClassName
{
border-color: #3209C5;
}
</style>