Shades of Medium Blue #2010C3
Tints of Medium Blue #2010C3
RGB
CMYK
RGB Variations
Color information
#2010C3 (or 0x2010C3) is known color: Medium Blue. HEX triplet: 20, 10 and C3. RGB value is (32,16,195). Sum of RGB (Red+Green+Blue) = 32+16+195=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 195 (76.56% from 255 or 80.25% from 243); Max value from RGB is 195 - color contains mainly: blue. Hex color #2010C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010C3 is #DFEF3C. Grayscale: #282828. Windows color (decimal): -14675773 or 12783648. OLE color: 12783648.
HSL color Cylindrical-coordinate representation of color #2010C3: hue angle of 245.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010C3 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 16 | 195 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.24 |
| HSL | 245.36º | 0.85% | 0.41% | - |
| HSV(B) | 245.36º | 0.92% | 0.76% | - |
| XYZ | 10.63 | 4.62 | 51.96 | - |
| YUV | 41.19 | 214.8 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 195 | 0.84 | 0.92 | 0 | 0.24 | 245.36 | 0.85 | 0.41 |
| Hex | 20 | 10 | C3 | 54 | 5C | 0 | 18 | F5 | 55 | 29 |
| Octal | 40 | 20 | 303 | 124 | 134 | 0 | 30 | 365 | 125 | 51 |
| Binary | 100000 | 10000 | 11000011 | 1010100 | 1011100 | 0 | 11000 | 11110101 | 1010101 | 101001 |
Color Harmonies of #2010C3
Complementary color
Monochromatic Colors of #2010C3
Black with #2010C3
Text Example
Text Example
White with #2010C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010C3; }
p { color: rgb(32,16,195); }
H1.HeaderClassName
{
color: #2010C3;
}
.AnyTagClassName
{
color: #2010C3;
}
</style>
background-color css
<style>
a { background-color: #2010C3; }
a { background-color: rgb(32,16,195); }
div.DivClassName
{
background-color: #2010C3;
}
.BgClassName
{
background-color: #2010C3;
}
</style>
border-color css
<style>
span { border-color: #2010C3; }
span { border-color: rgb(32,16,195); }
td.TdClassName
{
border-color: #2010C3;
}
.TagClassName
{
border-color: #2010C3;
}
</style>