Shades of Medium Blue #200CC3
Tints of Medium Blue #200CC3
RGB
CMYK
RGB Variations
Color information
#200CC3 (or 0x200CC3) is known color: Medium Blue. HEX triplet: 20, 0C and C3. RGB value is (32,12,195). Sum of RGB (Red+Green+Blue) = 32+12+195=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 195 (76.56% from 255 or 81.59% from 239); Max value from RGB is 195 - color contains mainly: blue. Hex color #200CC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CC3 is #DFF33C. Grayscale: #262626. Windows color (decimal): -14676797 or 12782624. OLE color: 12782624.
HSL color Cylindrical-coordinate representation of color #200CC3: hue angle of 246.56º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200CC3 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 12 | 195 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.24 |
| HSL | 246.56º | 0.88% | 0.41% | - |
| HSV(B) | 246.56º | 0.94% | 0.76% | - |
| XYZ | 10.58 | 4.51 | 51.94 | - |
| YUV | 38.84 | 216.13 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 195 | 0.84 | 0.94 | 0 | 0.24 | 246.56 | 0.88 | 0.41 |
| Hex | 20 | C | C3 | 54 | 5E | 0 | 18 | F7 | 58 | 29 |
| Octal | 40 | 14 | 303 | 124 | 136 | 0 | 30 | 367 | 130 | 51 |
| Binary | 100000 | 1100 | 11000011 | 1010100 | 1011110 | 0 | 11000 | 11110111 | 1011000 | 101001 |
Color Harmonies of #200CC3
Complementary color
Monochromatic Colors of #200CC3
Black with #200CC3
Text Example
Text Example
White with #200CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CC3; }
p { color: rgb(32,12,195); }
H1.HeaderClassName
{
color: #200CC3;
}
.AnyTagClassName
{
color: #200CC3;
}
</style>
background-color css
<style>
a { background-color: #200CC3; }
a { background-color: rgb(32,12,195); }
div.DivClassName
{
background-color: #200CC3;
}
.BgClassName
{
background-color: #200CC3;
}
</style>
border-color css
<style>
span { border-color: #200CC3; }
span { border-color: rgb(32,12,195); }
td.TdClassName
{
border-color: #200CC3;
}
.TagClassName
{
border-color: #200CC3;
}
</style>