Shades of Medium Blue #2201BB
Tints of Medium Blue #2201BB
RGB
CMYK
RGB Variations
Color information
#2201BB (or 0x2201BB) is known color: Medium Blue. HEX triplet: 22, 01 and BB. RGB value is (34,1,187). Sum of RGB (Red+Green+Blue) = 34+1+187=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #2201BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201BB is #DDFE44. Grayscale: #1F1F1F. Windows color (decimal): -14548549 or 12255522. OLE color: 12255522.
HSL color Cylindrical-coordinate representation of color #2201BB: hue angle of 250.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2201BB is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 1 | 187 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.27 |
| HSL | 250.65º | 0.99% | 0.37% | - |
| HSV(B) | 250.65º | 0.99% | 0.73% | - |
| XYZ | 9.64 | 3.95 | 47.27 | - |
| YUV | 32.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 187 | 0.82 | 0.99 | 0 | 0.27 | 250.65 | 0.99 | 0.37 |
| Hex | 22 | 1 | BB | 52 | 63 | 0 | 1B | FB | 63 | 25 |
| Octal | 42 | 1 | 273 | 122 | 143 | 0 | 33 | 373 | 143 | 45 |
| Binary | 100010 | 1 | 10111011 | 1010010 | 1100011 | 0 | 11011 | 11111011 | 1100011 | 100101 |
Color Harmonies of #2201BB
Complementary color
Monochromatic Colors of #2201BB
Black with #2201BB
Text Example
Text Example
White with #2201BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2201BB; }
p { color: rgb(34,1,187); }
H1.HeaderClassName
{
color: #2201BB;
}
.AnyTagClassName
{
color: #2201BB;
}
</style>
background-color css
<style>
a { background-color: #2201BB; }
a { background-color: rgb(34,1,187); }
div.DivClassName
{
background-color: #2201BB;
}
.BgClassName
{
background-color: #2201BB;
}
</style>
border-color css
<style>
span { border-color: #2201BB; }
span { border-color: rgb(34,1,187); }
td.TdClassName
{
border-color: #2201BB;
}
.TagClassName
{
border-color: #2201BB;
}
</style>