Shades of Medium Blue #2004C1
Tints of Medium Blue #2004C1
RGB
CMYK
RGB Variations
Color information
#2004C1 (or 0x2004C1) is known color: Medium Blue. HEX triplet: 20, 04 and C1. RGB value is (32,4,193). Sum of RGB (Red+Green+Blue) = 32+4+193=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 193 (75.78% from 255 or 84.28% from 229); Max value from RGB is 193 - color contains mainly: blue. Hex color #2004C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004C1 is #DFFB3E. Grayscale: #212121. Windows color (decimal): -14678847 or 12649504. OLE color: 12649504.
HSL color Cylindrical-coordinate representation of color #2004C1: hue angle of 248.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004C1 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 4 | 193 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.24 |
| HSL | 248.89º | 0.96% | 0.39% | - |
| HSV(B) | 248.89º | 0.98% | 0.76% | - |
| XYZ | 10.26 | 4.24 | 50.73 | - |
| YUV | 33.92 | 217.78 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 193 | 0.83 | 0.98 | 0 | 0.24 | 248.89 | 0.96 | 0.39 |
| Hex | 20 | 4 | C1 | 53 | 62 | 0 | 18 | F9 | 60 | 27 |
| Octal | 40 | 4 | 301 | 123 | 142 | 0 | 30 | 371 | 140 | 47 |
| Binary | 100000 | 100 | 11000001 | 1010011 | 1100010 | 0 | 11000 | 11111001 | 1100000 | 100111 |
Color Harmonies of #2004C1
Complementary color
Monochromatic Colors of #2004C1
Black with #2004C1
Text Example
Text Example
White with #2004C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004C1; }
p { color: rgb(32,4,193); }
H1.HeaderClassName
{
color: #2004C1;
}
.AnyTagClassName
{
color: #2004C1;
}
</style>
background-color css
<style>
a { background-color: #2004C1; }
a { background-color: rgb(32,4,193); }
div.DivClassName
{
background-color: #2004C1;
}
.BgClassName
{
background-color: #2004C1;
}
</style>
border-color css
<style>
span { border-color: #2004C1; }
span { border-color: rgb(32,4,193); }
td.TdClassName
{
border-color: #2004C1;
}
.TagClassName
{
border-color: #2004C1;
}
</style>