Shades of Medium Blue #2003C4
Tints of Medium Blue #2003C4
RGB
CMYK
RGB Variations
Color information
#2003C4 (or 0x2003C4) is known color: Medium Blue. HEX triplet: 20, 03 and C4. RGB value is (32,3,196). Sum of RGB (Red+Green+Blue) = 32+3+196=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 196 (76.95% from 255 or 84.85% from 231); Max value from RGB is 196 - color contains mainly: blue. Hex color #2003C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003C4 is #DFFC3B. Grayscale: #202020. Windows color (decimal): -14679100 or 12845856. OLE color: 12845856.
HSL color Cylindrical-coordinate representation of color #2003C4: hue angle of 249.02º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2003C4 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 3 | 196 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.23 |
| HSL | 249.02º | 0.97% | 0.39% | - |
| HSV(B) | 249.02º | 0.98% | 0.77% | - |
| XYZ | 10.59 | 4.36 | 52.51 | - |
| YUV | 33.67 | 219.61 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 196 | 0.84 | 0.98 | 0 | 0.23 | 249.02 | 0.97 | 0.39 |
| Hex | 20 | 3 | C4 | 54 | 62 | 0 | 17 | F9 | 61 | 27 |
| Octal | 40 | 3 | 304 | 124 | 142 | 0 | 27 | 371 | 141 | 47 |
| Binary | 100000 | 11 | 11000100 | 1010100 | 1100010 | 0 | 10111 | 11111001 | 1100001 | 100111 |
Color Harmonies of #2003C4
Complementary color
Monochromatic Colors of #2003C4
Black with #2003C4
Text Example
Text Example
White with #2003C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003C4; }
p { color: rgb(32,3,196); }
H1.HeaderClassName
{
color: #2003C4;
}
.AnyTagClassName
{
color: #2003C4;
}
</style>
background-color css
<style>
a { background-color: #2003C4; }
a { background-color: rgb(32,3,196); }
div.DivClassName
{
background-color: #2003C4;
}
.BgClassName
{
background-color: #2003C4;
}
</style>
border-color css
<style>
span { border-color: #2003C4; }
span { border-color: rgb(32,3,196); }
td.TdClassName
{
border-color: #2003C4;
}
.TagClassName
{
border-color: #2003C4;
}
</style>