Shades of Medium Blue #2913CB
Tints of Medium Blue #2913CB
RGB
CMYK
RGB Variations
Color information
#2913CB (or 0x2913CB) is known color: Medium Blue. HEX triplet: 29, 13 and CB. RGB value is (41,19,203). Sum of RGB (Red+Green+Blue) = 41+19+203=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #2913CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2913CB is #D6EC34. Grayscale: #2D2D2D. Windows color (decimal): -14085173 or 13308713. OLE color: 13308713.
HSL color Cylindrical-coordinate representation of color #2913CB: hue angle of 247.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2913CB is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 19 | 203 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.20 |
| HSL | 247.17º | 0.83% | 0.44% | - |
| HSV(B) | 247.17º | 0.91% | 0.8% | - |
| XYZ | 11.93 | 5.25 | 56.88 | - |
| YUV | 46.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 203 | 0.80 | 0.91 | 0 | 0.20 | 247.17 | 0.83 | 0.44 |
| Hex | 29 | 13 | CB | 50 | 5B | 0 | 14 | F7 | 53 | 2C |
| Octal | 51 | 23 | 313 | 120 | 133 | 0 | 24 | 367 | 123 | 54 |
| Binary | 101001 | 10011 | 11001011 | 1010000 | 1011011 | 0 | 10100 | 11110111 | 1010011 | 101100 |
Color Harmonies of #2913CB
Complementary color
Monochromatic Colors of #2913CB
Black with #2913CB
Text Example
Text Example
White with #2913CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2913CB; }
p { color: rgb(41,19,203); }
H1.HeaderClassName
{
color: #2913CB;
}
.AnyTagClassName
{
color: #2913CB;
}
</style>
background-color css
<style>
a { background-color: #2913CB; }
a { background-color: rgb(41,19,203); }
div.DivClassName
{
background-color: #2913CB;
}
.BgClassName
{
background-color: #2913CB;
}
</style>
border-color css
<style>
span { border-color: #2913CB; }
span { border-color: rgb(41,19,203); }
td.TdClassName
{
border-color: #2913CB;
}
.TagClassName
{
border-color: #2913CB;
}
</style>