Shades of Medium Blue #2113BD
Tints of Medium Blue #2113BD
RGB
CMYK
RGB Variations
Color information
#2113BD (or 0x2113BD) is known color: Medium Blue. HEX triplet: 21, 13 and BD. RGB value is (33,19,189). Sum of RGB (Red+Green+Blue) = 33+19+189=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #2113BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2113BD is #DEEC42. Grayscale: #292929. Windows color (decimal): -14609475 or 12391201. OLE color: 12391201.
HSL color Cylindrical-coordinate representation of color #2113BD: hue angle of 244.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2113BD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 19 | 189 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.26 |
| HSL | 244.94º | 0.82% | 0.41% | - |
| HSV(B) | 244.94º | 0.9% | 0.74% | - |
| XYZ | 10.05 | 4.46 | 48.48 | - |
| YUV | 42.57 | 210.64 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 189 | 0.83 | 0.90 | 0 | 0.26 | 244.94 | 0.82 | 0.41 |
| Hex | 21 | 13 | BD | 53 | 5A | 0 | 1A | F5 | 52 | 29 |
| Octal | 41 | 23 | 275 | 123 | 132 | 0 | 32 | 365 | 122 | 51 |
| Binary | 100001 | 10011 | 10111101 | 1010011 | 1011010 | 0 | 11010 | 11110101 | 1010010 | 101001 |
Color Harmonies of #2113BD
Complementary color
Monochromatic Colors of #2113BD
Black with #2113BD
Text Example
Text Example
White with #2113BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2113BD; }
p { color: rgb(33,19,189); }
H1.HeaderClassName
{
color: #2113BD;
}
.AnyTagClassName
{
color: #2113BD;
}
</style>
background-color css
<style>
a { background-color: #2113BD; }
a { background-color: rgb(33,19,189); }
div.DivClassName
{
background-color: #2113BD;
}
.BgClassName
{
background-color: #2113BD;
}
</style>
border-color css
<style>
span { border-color: #2113BD; }
span { border-color: rgb(33,19,189); }
td.TdClassName
{
border-color: #2113BD;
}
.TagClassName
{
border-color: #2113BD;
}
</style>