Shades of Medium Blue #2200CF
Tints of Medium Blue #2200CF
RGB
CMYK
RGB Variations
Color information
#2200CF (or 0x2200CF) is known color: Medium Blue. HEX triplet: 22, 00 and CF. RGB value is (34,0,207). Sum of RGB (Red+Green+Blue) = 34+0+207=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #2200CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2200CF is #DDFF30. Grayscale: #202020. Windows color (decimal): -14548785 or 13565986. OLE color: 13565986.
HSL color Cylindrical-coordinate representation of color #2200CF: hue angle of 249.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200CF is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 0 | 207 | - |
| CMYK | 0.84 | 1 | 0 | 0.19 |
| HSL | 249.86º | 1% | 0.41% | - |
| HSV(B) | 249.86º | 1% | 0.81% | - |
| XYZ | 11.92 | 4.85 | 59.34 | - |
| YUV | 33.76 | 225.76 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 207 | 0.84 | 1 | 0 | 0.19 | 249.86 | 1 | 0.41 |
| Hex | 22 | 0 | CF | 54 | 64 | 0 | 13 | FA | 64 | 29 |
| Octal | 42 | 0 | 317 | 124 | 144 | 0 | 23 | 372 | 144 | 51 |
| Binary | 100010 | 0 | 11001111 | 1010100 | 1100100 | 0 | 10011 | 11111010 | 1100100 | 101001 |
Color Harmonies of #2200CF
Complementary color
Monochromatic Colors of #2200CF
Black with #2200CF
Text Example
Text Example
White with #2200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200CF; }
p { color: rgb(34,0,207); }
H1.HeaderClassName
{
color: #2200CF;
}
.AnyTagClassName
{
color: #2200CF;
}
</style>
background-color css
<style>
a { background-color: #2200CF; }
a { background-color: rgb(34,0,207); }
div.DivClassName
{
background-color: #2200CF;
}
.BgClassName
{
background-color: #2200CF;
}
</style>
border-color css
<style>
span { border-color: #2200CF; }
span { border-color: rgb(34,0,207); }
td.TdClassName
{
border-color: #2200CF;
}
.TagClassName
{
border-color: #2200CF;
}
</style>