Shades of Medium Blue #2700BA
Tints of Medium Blue #2700BA
RGB
CMYK
RGB Variations
Color information
#2700BA (or 0x2700BA) is known color: Medium Blue. HEX triplet: 27, 00 and BA. RGB value is (39,0,186). Sum of RGB (Red+Green+Blue) = 39+0+186=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #2700BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2700BA is #D8FF45. Grayscale: #202020. Windows color (decimal): -14221126 or 12189735. OLE color: 12189735.
HSL color Cylindrical-coordinate representation of color #2700BA: hue angle of 252.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2700BA is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 0 | 186 | - |
| CMYK | 0.79 | 1 | 0 | 0.27 |
| HSL | 252.58º | 1% | 0.36% | - |
| HSV(B) | 252.58º | 1% | 0.73% | - |
| XYZ | 9.7 | 3.98 | 46.71 | - |
| YUV | 32.87 | 214.42 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 186 | 0.79 | 1 | 0 | 0.27 | 252.58 | 1 | 0.36 |
| Hex | 27 | 0 | BA | 4F | 64 | 0 | 1B | FD | 64 | 24 |
| Octal | 47 | 0 | 272 | 117 | 144 | 0 | 33 | 375 | 144 | 44 |
| Binary | 100111 | 0 | 10111010 | 1001111 | 1100100 | 0 | 11011 | 11111101 | 1100100 | 100100 |
Color Harmonies of #2700BA
Complementary color
Monochromatic Colors of #2700BA
Black with #2700BA
Text Example
Text Example
White with #2700BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2700BA; }
p { color: rgb(39,0,186); }
H1.HeaderClassName
{
color: #2700BA;
}
.AnyTagClassName
{
color: #2700BA;
}
</style>
background-color css
<style>
a { background-color: #2700BA; }
a { background-color: rgb(39,0,186); }
div.DivClassName
{
background-color: #2700BA;
}
.BgClassName
{
background-color: #2700BA;
}
</style>
border-color css
<style>
span { border-color: #2700BA; }
span { border-color: rgb(39,0,186); }
td.TdClassName
{
border-color: #2700BA;
}
.TagClassName
{
border-color: #2700BA;
}
</style>