Shades of Medium Blue #2210CD
Tints of Medium Blue #2210CD
RGB
CMYK
RGB Variations
Color information
#2210CD (or 0x2210CD) is known color: Medium Blue. HEX triplet: 22, 10 and CD. RGB value is (34,16,205). Sum of RGB (Red+Green+Blue) = 34+16+205=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #2210CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210CD is #DDEF32. Grayscale: #2A2A2A. Windows color (decimal): -14544691 or 13439010. OLE color: 13439010.
HSL color Cylindrical-coordinate representation of color #2210CD: hue angle of 245.71º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2210CD is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 16 | 205 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.20 |
| HSL | 245.71º | 0.86% | 0.43% | - |
| HSV(B) | 245.71º | 0.92% | 0.8% | - |
| XYZ | 11.86 | 5.12 | 58.12 | - |
| YUV | 42.93 | 219.46 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 205 | 0.83 | 0.92 | 0 | 0.20 | 245.71 | 0.86 | 0.43 |
| Hex | 22 | 10 | CD | 53 | 5C | 0 | 14 | F6 | 56 | 2B |
| Octal | 42 | 20 | 315 | 123 | 134 | 0 | 24 | 366 | 126 | 53 |
| Binary | 100010 | 10000 | 11001101 | 1010011 | 1011100 | 0 | 10100 | 11110110 | 1010110 | 101011 |
Color Harmonies of #2210CD
Complementary color
Monochromatic Colors of #2210CD
Black with #2210CD
Text Example
Text Example
White with #2210CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210CD; }
p { color: rgb(34,16,205); }
H1.HeaderClassName
{
color: #2210CD;
}
.AnyTagClassName
{
color: #2210CD;
}
</style>
background-color css
<style>
a { background-color: #2210CD; }
a { background-color: rgb(34,16,205); }
div.DivClassName
{
background-color: #2210CD;
}
.BgClassName
{
background-color: #2210CD;
}
</style>
border-color css
<style>
span { border-color: #2210CD; }
span { border-color: rgb(34,16,205); }
td.TdClassName
{
border-color: #2210CD;
}
.TagClassName
{
border-color: #2210CD;
}
</style>