Shades of Medium Blue #2607BA
Tints of Medium Blue #2607BA
RGB
CMYK
RGB Variations
Color information
#2607BA (or 0x2607BA) is known color: Medium Blue. HEX triplet: 26, 07 and BA. RGB value is (38,7,186). Sum of RGB (Red+Green+Blue) = 38+7+186=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #2607BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2607BA is #D9F845. Grayscale: #232323. Windows color (decimal): -14284870 or 12191526. OLE color: 12191526.
HSL color Cylindrical-coordinate representation of color #2607BA: hue angle of 250.39º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2607BA is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 7 | 186 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.27 |
| HSL | 250.39º | 0.93% | 0.38% | - |
| HSV(B) | 250.39º | 0.96% | 0.73% | - |
| XYZ | 9.74 | 4.11 | 46.73 | - |
| YUV | 36.68 | 212.27 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 186 | 0.80 | 0.96 | 0 | 0.27 | 250.39 | 0.93 | 0.38 |
| Hex | 26 | 7 | BA | 50 | 60 | 0 | 1B | FA | 5D | 26 |
| Octal | 46 | 7 | 272 | 120 | 140 | 0 | 33 | 372 | 135 | 46 |
| Binary | 100110 | 111 | 10111010 | 1010000 | 1100000 | 0 | 11011 | 11111010 | 1011101 | 100110 |
Color Harmonies of #2607BA
Complementary color
Monochromatic Colors of #2607BA
Black with #2607BA
Text Example
Text Example
White with #2607BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2607BA; }
p { color: rgb(38,7,186); }
H1.HeaderClassName
{
color: #2607BA;
}
.AnyTagClassName
{
color: #2607BA;
}
</style>
background-color css
<style>
a { background-color: #2607BA; }
a { background-color: rgb(38,7,186); }
div.DivClassName
{
background-color: #2607BA;
}
.BgClassName
{
background-color: #2607BA;
}
</style>
border-color css
<style>
span { border-color: #2607BA; }
span { border-color: rgb(38,7,186); }
td.TdClassName
{
border-color: #2607BA;
}
.TagClassName
{
border-color: #2607BA;
}
</style>