Shades of Medium Blue #2707BA
Tints of Medium Blue #2707BA
RGB
CMYK
RGB Variations
Color information
#2707BA (or 0x2707BA) is known color: Medium Blue. HEX triplet: 27, 07 and BA. RGB value is (39,7,186). Sum of RGB (Red+Green+Blue) = 39+7+186=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #2707BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2707BA is #D8F845. Grayscale: #242424. Windows color (decimal): -14219334 or 12191527. OLE color: 12191527.
HSL color Cylindrical-coordinate representation of color #2707BA: hue angle of 250.73º 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 #2707BA is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 7 | 186 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.27 |
| HSL | 250.73º | 0.93% | 0.38% | - |
| HSV(B) | 250.73º | 0.96% | 0.73% | - |
| XYZ | 9.78 | 4.13 | 46.74 | - |
| YUV | 36.97 | 212.1 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 186 | 0.79 | 0.96 | 0 | 0.27 | 250.73 | 0.93 | 0.38 |
| Hex | 27 | 7 | BA | 4F | 60 | 0 | 1B | FB | 5D | 26 |
| Octal | 47 | 7 | 272 | 117 | 140 | 0 | 33 | 373 | 135 | 46 |
| Binary | 100111 | 111 | 10111010 | 1001111 | 1100000 | 0 | 11011 | 11111011 | 1011101 | 100110 |
Color Harmonies of #2707BA
Complementary color
Monochromatic Colors of #2707BA
Black with #2707BA
Text Example
Text Example
White with #2707BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2707BA; }
p { color: rgb(39,7,186); }
H1.HeaderClassName
{
color: #2707BA;
}
.AnyTagClassName
{
color: #2707BA;
}
</style>
background-color css
<style>
a { background-color: #2707BA; }
a { background-color: rgb(39,7,186); }
div.DivClassName
{
background-color: #2707BA;
}
.BgClassName
{
background-color: #2707BA;
}
</style>
border-color css
<style>
span { border-color: #2707BA; }
span { border-color: rgb(39,7,186); }
td.TdClassName
{
border-color: #2707BA;
}
.TagClassName
{
border-color: #2707BA;
}
</style>