Shades of Medium Blue #2210CB
Tints of Medium Blue #2210CB
RGB
CMYK
RGB Variations
Color information
#2210CB (or 0x2210CB) is known color: Medium Blue. HEX triplet: 22, 10 and CB. RGB value is (34,16,203). Sum of RGB (Red+Green+Blue) = 34+16+203=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #2210CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210CB is #DDEF34. Grayscale: #292929. Windows color (decimal): -14544693 or 13307938. OLE color: 13307938.
HSL color Cylindrical-coordinate representation of color #2210CB: hue angle of 245.78º degrees, saturation: 0.85, 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 #2210CB is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 16 | 203 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.20 |
| HSL | 245.78º | 0.85% | 0.43% | - |
| HSV(B) | 245.78º | 0.92% | 0.8% | - |
| XYZ | 11.62 | 5.02 | 56.86 | - |
| YUV | 42.7 | 218.46 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 203 | 0.83 | 0.92 | 0 | 0.20 | 245.78 | 0.85 | 0.43 |
| Hex | 22 | 10 | CB | 53 | 5C | 0 | 14 | F6 | 55 | 2B |
| Octal | 42 | 20 | 313 | 123 | 134 | 0 | 24 | 366 | 125 | 53 |
| Binary | 100010 | 10000 | 11001011 | 1010011 | 1011100 | 0 | 10100 | 11110110 | 1010101 | 101011 |
Color Harmonies of #2210CB
Complementary color
Monochromatic Colors of #2210CB
Black with #2210CB
Text Example
Text Example
White with #2210CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210CB; }
p { color: rgb(34,16,203); }
H1.HeaderClassName
{
color: #2210CB;
}
.AnyTagClassName
{
color: #2210CB;
}
</style>
background-color css
<style>
a { background-color: #2210CB; }
a { background-color: rgb(34,16,203); }
div.DivClassName
{
background-color: #2210CB;
}
.BgClassName
{
background-color: #2210CB;
}
</style>
border-color css
<style>
span { border-color: #2210CB; }
span { border-color: rgb(34,16,203); }
td.TdClassName
{
border-color: #2210CB;
}
.TagClassName
{
border-color: #2210CB;
}
</style>