Shades of Medium Blue #2201CE
Tints of Medium Blue #2201CE
RGB
CMYK
RGB Variations
Color information
#2201CE (or 0x2201CE) is known color: Medium Blue. HEX triplet: 22, 01 and CE. RGB value is (34,1,206). Sum of RGB (Red+Green+Blue) = 34+1+206=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #2201CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201CE is #DDFE31. Grayscale: #212121. Windows color (decimal): -14548530 or 13500706. OLE color: 13500706.
HSL color Cylindrical-coordinate representation of color #2201CE: hue angle of 249.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2201CE is Cyan = 0.83, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 1 | 206 | - |
| CMYK | 0.83 | 1.00 | 0 | 0.19 |
| HSL | 249.66º | 0.99% | 0.41% | - |
| HSV(B) | 249.66º | 1% | 0.81% | - |
| XYZ | 11.81 | 4.82 | 58.7 | - |
| YUV | 34.24 | 224.93 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 206 | 0.83 | 1.00 | 0 | 0.19 | 249.66 | 0.99 | 0.41 |
| Hex | 22 | 1 | CE | 53 | 64 | 0 | 13 | FA | 63 | 29 |
| Octal | 42 | 1 | 316 | 123 | 144 | 0 | 23 | 372 | 143 | 51 |
| Binary | 100010 | 1 | 11001110 | 1010011 | 1100100 | 0 | 10011 | 11111010 | 1100011 | 101001 |
Color Harmonies of #2201CE
Complementary color
Monochromatic Colors of #2201CE
Black with #2201CE
Text Example
Text Example
White with #2201CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2201CE; }
p { color: rgb(34,1,206); }
H1.HeaderClassName
{
color: #2201CE;
}
.AnyTagClassName
{
color: #2201CE;
}
</style>
background-color css
<style>
a { background-color: #2201CE; }
a { background-color: rgb(34,1,206); }
div.DivClassName
{
background-color: #2201CE;
}
.BgClassName
{
background-color: #2201CE;
}
</style>
border-color css
<style>
span { border-color: #2201CE; }
span { border-color: rgb(34,1,206); }
td.TdClassName
{
border-color: #2201CE;
}
.TagClassName
{
border-color: #2201CE;
}
</style>