Shades of Medium Blue #2201BF
Tints of Medium Blue #2201BF
RGB
CMYK
RGB Variations
Color information
#2201BF (or 0x2201BF) is known color: Medium Blue. HEX triplet: 22, 01 and BF. RGB value is (34,1,191). Sum of RGB (Red+Green+Blue) = 34+1+191=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #2201BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201BF is #DDFE40. Grayscale: #1F1F1F. Windows color (decimal): -14548545 or 12517666. OLE color: 12517666.
HSL color Cylindrical-coordinate representation of color #2201BF: hue angle of 250.42º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2201BF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 1 | 191 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.25 |
| HSL | 250.42º | 0.99% | 0.38% | - |
| HSV(B) | 250.42º | 0.99% | 0.75% | - |
| XYZ | 10.07 | 4.12 | 49.56 | - |
| YUV | 32.53 | 217.43 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 191 | 0.82 | 0.99 | 0 | 0.25 | 250.42 | 0.99 | 0.38 |
| Hex | 22 | 1 | BF | 52 | 63 | 0 | 19 | FA | 63 | 26 |
| Octal | 42 | 1 | 277 | 122 | 143 | 0 | 31 | 372 | 143 | 46 |
| Binary | 100010 | 1 | 10111111 | 1010010 | 1100011 | 0 | 11001 | 11111010 | 1100011 | 100110 |
Color Harmonies of #2201BF
Complementary color
Monochromatic Colors of #2201BF
Black with #2201BF
Text Example
Text Example
White with #2201BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2201BF; }
p { color: rgb(34,1,191); }
H1.HeaderClassName
{
color: #2201BF;
}
.AnyTagClassName
{
color: #2201BF;
}
</style>
background-color css
<style>
a { background-color: #2201BF; }
a { background-color: rgb(34,1,191); }
div.DivClassName
{
background-color: #2201BF;
}
.BgClassName
{
background-color: #2201BF;
}
</style>
border-color css
<style>
span { border-color: #2201BF; }
span { border-color: rgb(34,1,191); }
td.TdClassName
{
border-color: #2201BF;
}
.TagClassName
{
border-color: #2201BF;
}
</style>