Shades of Medium Blue #2203C2
Tints of Medium Blue #2203C2
RGB
CMYK
RGB Variations
Color information
#2203C2 (or 0x2203C2) is known color: Medium Blue. HEX triplet: 22, 03 and C2. RGB value is (34,3,194). Sum of RGB (Red+Green+Blue) = 34+3+194=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 194 (76.17% from 255 or 83.98% from 231); Max value from RGB is 194 - color contains mainly: blue. Hex color #2203C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2203C2 is #DDFC3D. Grayscale: #212121. Windows color (decimal): -14548030 or 12714786. OLE color: 12714786.
HSL color Cylindrical-coordinate representation of color #2203C2: hue angle of 249.74º degrees, saturation: 0.97, 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 #2203C2 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 3 | 194 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.24 |
| HSL | 249.74º | 0.97% | 0.39% | - |
| HSV(B) | 249.74º | 0.98% | 0.76% | - |
| XYZ | 10.43 | 4.3 | 51.32 | - |
| YUV | 34.04 | 218.27 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 194 | 0.82 | 0.98 | 0 | 0.24 | 249.74 | 0.97 | 0.39 |
| Hex | 22 | 3 | C2 | 52 | 62 | 0 | 18 | FA | 61 | 27 |
| Octal | 42 | 3 | 302 | 122 | 142 | 0 | 30 | 372 | 141 | 47 |
| Binary | 100010 | 11 | 11000010 | 1010010 | 1100010 | 0 | 11000 | 11111010 | 1100001 | 100111 |
Color Harmonies of #2203C2
Complementary color
Monochromatic Colors of #2203C2
Black with #2203C2
Text Example
Text Example
White with #2203C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2203C2; }
p { color: rgb(34,3,194); }
H1.HeaderClassName
{
color: #2203C2;
}
.AnyTagClassName
{
color: #2203C2;
}
</style>
background-color css
<style>
a { background-color: #2203C2; }
a { background-color: rgb(34,3,194); }
div.DivClassName
{
background-color: #2203C2;
}
.BgClassName
{
background-color: #2203C2;
}
</style>
border-color css
<style>
span { border-color: #2203C2; }
span { border-color: rgb(34,3,194); }
td.TdClassName
{
border-color: #2203C2;
}
.TagClassName
{
border-color: #2203C2;
}
</style>