Shades of Medium Blue #2619DB
Tints of Medium Blue #2619DB
RGB
CMYK
RGB Variations
Color information
#2619DB (or 0x2619DB) is known color: Medium Blue. HEX triplet: 26, 19 and DB. RGB value is (38,25,219). Sum of RGB (Red+Green+Blue) = 38+25+219=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #2619DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619DB is #D9E624. Grayscale: #323232. Windows color (decimal): -14280229 or 14358822. OLE color: 14358822.
HSL color Cylindrical-coordinate representation of color #2619DB: hue angle of 244.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2619DB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 25 | 219 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.14 |
| HSL | 244.02º | 0.8% | 0.48% | - |
| HSV(B) | 244.02º | 0.89% | 0.86% | - |
| XYZ | 13.93 | 6.22 | 67.48 | - |
| YUV | 51 | 222.81 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 219 | 0.83 | 0.89 | 0 | 0.14 | 244.02 | 0.8 | 0.48 |
| Hex | 26 | 19 | DB | 53 | 59 | 0 | E | F4 | 50 | 30 |
| Octal | 46 | 31 | 333 | 123 | 131 | 0 | 16 | 364 | 120 | 60 |
| Binary | 100110 | 11001 | 11011011 | 1010011 | 1011001 | 0 | 1110 | 11110100 | 1010000 | 110000 |
Color Harmonies of #2619DB
Complementary color
Monochromatic Colors of #2619DB
Black with #2619DB
Text Example
Text Example
White with #2619DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2619DB; }
p { color: rgb(38,25,219); }
H1.HeaderClassName
{
color: #2619DB;
}
.AnyTagClassName
{
color: #2619DB;
}
</style>
background-color css
<style>
a { background-color: #2619DB; }
a { background-color: rgb(38,25,219); }
div.DivClassName
{
background-color: #2619DB;
}
.BgClassName
{
background-color: #2619DB;
}
</style>
border-color css
<style>
span { border-color: #2619DB; }
span { border-color: rgb(38,25,219); }
td.TdClassName
{
border-color: #2619DB;
}
.TagClassName
{
border-color: #2619DB;
}
</style>