Shades of Medium Blue #2211CF
Tints of Medium Blue #2211CF
RGB
CMYK
RGB Variations
Color information
#2211CF (or 0x2211CF) is known color: Medium Blue. HEX triplet: 22, 11 and CF. RGB value is (34,17,207). Sum of RGB (Red+Green+Blue) = 34+17+207=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #2211CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2211CF is #DDEE30. Grayscale: #2B2B2B. Windows color (decimal): -14544433 or 13570338. OLE color: 13570338.
HSL color Cylindrical-coordinate representation of color #2211CF: hue angle of 245.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2211CF is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 17 | 207 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.19 |
| HSL | 245.37º | 0.85% | 0.44% | - |
| HSV(B) | 245.37º | 0.92% | 0.81% | - |
| XYZ | 12.12 | 5.25 | 59.41 | - |
| YUV | 43.74 | 220.13 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 207 | 0.84 | 0.92 | 0 | 0.19 | 245.37 | 0.85 | 0.44 |
| Hex | 22 | 11 | CF | 54 | 5C | 0 | 13 | F5 | 55 | 2C |
| Octal | 42 | 21 | 317 | 124 | 134 | 0 | 23 | 365 | 125 | 54 |
| Binary | 100010 | 10001 | 11001111 | 1010100 | 1011100 | 0 | 10011 | 11110101 | 1010101 | 101100 |
Color Harmonies of #2211CF
Complementary color
Monochromatic Colors of #2211CF
Black with #2211CF
Text Example
Text Example
White with #2211CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2211CF; }
p { color: rgb(34,17,207); }
H1.HeaderClassName
{
color: #2211CF;
}
.AnyTagClassName
{
color: #2211CF;
}
</style>
background-color css
<style>
a { background-color: #2211CF; }
a { background-color: rgb(34,17,207); }
div.DivClassName
{
background-color: #2211CF;
}
.BgClassName
{
background-color: #2211CF;
}
</style>
border-color css
<style>
span { border-color: #2211CF; }
span { border-color: rgb(34,17,207); }
td.TdClassName
{
border-color: #2211CF;
}
.TagClassName
{
border-color: #2211CF;
}
</style>