Shades of Medium Blue #2002C2
Tints of Medium Blue #2002C2
RGB
CMYK
RGB Variations
Color information
#2002C2 (or 0x2002C2) is known color: Medium Blue. HEX triplet: 20, 02 and C2. RGB value is (32,2,194). Sum of RGB (Red+Green+Blue) = 32+2+194=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 194 (76.17% from 255 or 85.09% from 228); Max value from RGB is 194 - color contains mainly: blue. Hex color #2002C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002C2 is #DFFD3D. Grayscale: #202020. Windows color (decimal): -14679358 or 12714528. OLE color: 12714528.
HSL color Cylindrical-coordinate representation of color #2002C2: hue angle of 249.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002C2 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 2 | 194 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.24 |
| HSL | 249.38º | 0.98% | 0.38% | - |
| HSV(B) | 249.38º | 0.99% | 0.76% | - |
| XYZ | 10.35 | 4.25 | 51.31 | - |
| YUV | 32.86 | 218.94 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 194 | 0.84 | 0.99 | 0 | 0.24 | 249.38 | 0.98 | 0.38 |
| Hex | 20 | 2 | C2 | 54 | 63 | 0 | 18 | F9 | 62 | 26 |
| Octal | 40 | 2 | 302 | 124 | 143 | 0 | 30 | 371 | 142 | 46 |
| Binary | 100000 | 10 | 11000010 | 1010100 | 1100011 | 0 | 11000 | 11111001 | 1100010 | 100110 |
Color Harmonies of #2002C2
Complementary color
Monochromatic Colors of #2002C2
Black with #2002C2
Text Example
Text Example
White with #2002C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002C2; }
p { color: rgb(32,2,194); }
H1.HeaderClassName
{
color: #2002C2;
}
.AnyTagClassName
{
color: #2002C2;
}
</style>
background-color css
<style>
a { background-color: #2002C2; }
a { background-color: rgb(32,2,194); }
div.DivClassName
{
background-color: #2002C2;
}
.BgClassName
{
background-color: #2002C2;
}
</style>
border-color css
<style>
span { border-color: #2002C2; }
span { border-color: rgb(32,2,194); }
td.TdClassName
{
border-color: #2002C2;
}
.TagClassName
{
border-color: #2002C2;
}
</style>