Shades of Medium Blue #2613BF
Tints of Medium Blue #2613BF
RGB
CMYK
RGB Variations
Color information
#2613BF (or 0x2613BF) is known color: Medium Blue. HEX triplet: 26, 13 and BF. RGB value is (38,19,191). Sum of RGB (Red+Green+Blue) = 38+19+191=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #2613BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613BF is #D9EC40. Grayscale: #2B2B2B. Windows color (decimal): -14281793 or 12522278. OLE color: 12522278.
HSL color Cylindrical-coordinate representation of color #2613BF: hue angle of 246.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2613BF is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 19 | 191 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.25 |
| HSL | 246.63º | 0.82% | 0.41% | - |
| HSV(B) | 246.63º | 0.9% | 0.75% | - |
| XYZ | 10.44 | 4.64 | 49.64 | - |
| YUV | 44.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 191 | 0.80 | 0.90 | 0 | 0.25 | 246.63 | 0.82 | 0.41 |
| Hex | 26 | 13 | BF | 50 | 5A | 0 | 19 | F7 | 52 | 29 |
| Octal | 46 | 23 | 277 | 120 | 132 | 0 | 31 | 367 | 122 | 51 |
| Binary | 100110 | 10011 | 10111111 | 1010000 | 1011010 | 0 | 11001 | 11110111 | 1010010 | 101001 |
Color Harmonies of #2613BF
Complementary color
Monochromatic Colors of #2613BF
Black with #2613BF
Text Example
Text Example
White with #2613BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2613BF; }
p { color: rgb(38,19,191); }
H1.HeaderClassName
{
color: #2613BF;
}
.AnyTagClassName
{
color: #2613BF;
}
</style>
background-color css
<style>
a { background-color: #2613BF; }
a { background-color: rgb(38,19,191); }
div.DivClassName
{
background-color: #2613BF;
}
.BgClassName
{
background-color: #2613BF;
}
</style>
border-color css
<style>
span { border-color: #2613BF; }
span { border-color: rgb(38,19,191); }
td.TdClassName
{
border-color: #2613BF;
}
.TagClassName
{
border-color: #2613BF;
}
</style>