Shades of Medium Blue #2913CF
Tints of Medium Blue #2913CF
RGB
CMYK
RGB Variations
Color information
#2913CF (or 0x2913CF) is known color: Medium Blue. HEX triplet: 29, 13 and CF. RGB value is (41,19,207). Sum of RGB (Red+Green+Blue) = 41+19+207=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #2913CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2913CF is #D6EC30. Grayscale: #2E2E2E. Windows color (decimal): -14085169 or 13570857. OLE color: 13570857.
HSL color Cylindrical-coordinate representation of color #2913CF: hue angle of 247.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2913CF is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 19 | 207 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.19 |
| HSL | 247.02º | 0.83% | 0.44% | - |
| HSV(B) | 247.02º | 0.91% | 0.81% | - |
| XYZ | 12.41 | 5.44 | 59.43 | - |
| YUV | 47.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 207 | 0.80 | 0.91 | 0 | 0.19 | 247.02 | 0.83 | 0.44 |
| Hex | 29 | 13 | CF | 50 | 5B | 0 | 13 | F7 | 53 | 2C |
| Octal | 51 | 23 | 317 | 120 | 133 | 0 | 23 | 367 | 123 | 54 |
| Binary | 101001 | 10011 | 11001111 | 1010000 | 1011011 | 0 | 10011 | 11110111 | 1010011 | 101100 |
Color Harmonies of #2913CF
Complementary color
Monochromatic Colors of #2913CF
Black with #2913CF
Text Example
Text Example
White with #2913CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2913CF; }
p { color: rgb(41,19,207); }
H1.HeaderClassName
{
color: #2913CF;
}
.AnyTagClassName
{
color: #2913CF;
}
</style>
background-color css
<style>
a { background-color: #2913CF; }
a { background-color: rgb(41,19,207); }
div.DivClassName
{
background-color: #2913CF;
}
.BgClassName
{
background-color: #2913CF;
}
</style>
border-color css
<style>
span { border-color: #2913CF; }
span { border-color: rgb(41,19,207); }
td.TdClassName
{
border-color: #2913CF;
}
.TagClassName
{
border-color: #2913CF;
}
</style>