Shades of Medium Blue #2613DB
Tints of Medium Blue #2613DB
RGB
CMYK
RGB Variations
Color information
#2613DB (or 0x2613DB) is known color: Medium Blue. HEX triplet: 26, 13 and DB. RGB value is (38,19,219). Sum of RGB (Red+Green+Blue) = 38+19+219=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #2613DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613DB is #D9EC24. Grayscale: #2E2E2E. Windows color (decimal): -14281765 or 14357286. OLE color: 14357286.
HSL color Cylindrical-coordinate representation of color #2613DB: hue angle of 245.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2613DB is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 19 | 219 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.14 |
| HSL | 245.7º | 0.84% | 0.47% | - |
| HSV(B) | 245.7º | 0.91% | 0.86% | - |
| XYZ | 13.82 | 5.99 | 67.45 | - |
| YUV | 47.48 | 224.79 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 219 | 0.83 | 0.91 | 0 | 0.14 | 245.7 | 0.84 | 0.47 |
| Hex | 26 | 13 | DB | 53 | 5B | 0 | E | F6 | 54 | 2F |
| Octal | 46 | 23 | 333 | 123 | 133 | 0 | 16 | 366 | 124 | 57 |
| Binary | 100110 | 10011 | 11011011 | 1010011 | 1011011 | 0 | 1110 | 11110110 | 1010100 | 101111 |
Color Harmonies of #2613DB
Complementary color
Monochromatic Colors of #2613DB
Black with #2613DB
Text Example
Text Example
White with #2613DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2613DB; }
p { color: rgb(38,19,219); }
H1.HeaderClassName
{
color: #2613DB;
}
.AnyTagClassName
{
color: #2613DB;
}
</style>
background-color css
<style>
a { background-color: #2613DB; }
a { background-color: rgb(38,19,219); }
div.DivClassName
{
background-color: #2613DB;
}
.BgClassName
{
background-color: #2613DB;
}
</style>
border-color css
<style>
span { border-color: #2613DB; }
span { border-color: rgb(38,19,219); }
td.TdClassName
{
border-color: #2613DB;
}
.TagClassName
{
border-color: #2613DB;
}
</style>