Shades of Medium Blue #2216CB
Tints of Medium Blue #2216CB
RGB
CMYK
RGB Variations
Color information
#2216CB (or 0x2216CB) is known color: Medium Blue. HEX triplet: 22, 16 and CB. RGB value is (34,22,203). Sum of RGB (Red+Green+Blue) = 34+22+203=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #2216CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2216CB is #DDE934. Grayscale: #2D2D2D. Windows color (decimal): -14543157 or 13309474. OLE color: 13309474.
HSL color Cylindrical-coordinate representation of color #2216CB: hue angle of 243.98º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2216CB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 22 | 203 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.20 |
| HSL | 243.98º | 0.8% | 0.44% | - |
| HSV(B) | 243.98º | 0.89% | 0.8% | - |
| XYZ | 11.73 | 5.23 | 56.89 | - |
| YUV | 46.22 | 216.48 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 203 | 0.83 | 0.89 | 0 | 0.20 | 243.98 | 0.8 | 0.44 |
| Hex | 22 | 16 | CB | 53 | 59 | 0 | 14 | F4 | 50 | 2C |
| Octal | 42 | 26 | 313 | 123 | 131 | 0 | 24 | 364 | 120 | 54 |
| Binary | 100010 | 10110 | 11001011 | 1010011 | 1011001 | 0 | 10100 | 11110100 | 1010000 | 101100 |
Color Harmonies of #2216CB
Complementary color
Monochromatic Colors of #2216CB
Black with #2216CB
Text Example
Text Example
White with #2216CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2216CB; }
p { color: rgb(34,22,203); }
H1.HeaderClassName
{
color: #2216CB;
}
.AnyTagClassName
{
color: #2216CB;
}
</style>
background-color css
<style>
a { background-color: #2216CB; }
a { background-color: rgb(34,22,203); }
div.DivClassName
{
background-color: #2216CB;
}
.BgClassName
{
background-color: #2216CB;
}
</style>
border-color css
<style>
span { border-color: #2216CB; }
span { border-color: rgb(34,22,203); }
td.TdClassName
{
border-color: #2216CB;
}
.TagClassName
{
border-color: #2216CB;
}
</style>