Shades of Medium Blue #270BBB
Tints of Medium Blue #270BBB
RGB
CMYK
RGB Variations
Color information
#270BBB (or 0x270BBB) is known color: Medium Blue. HEX triplet: 27, 0B and BB. RGB value is (39,11,187). Sum of RGB (Red+Green+Blue) = 39+11+187=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #270BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BBB is #D8F444. Grayscale: #262626. Windows color (decimal): -14218309 or 12258087. OLE color: 12258087.
HSL color Cylindrical-coordinate representation of color #270BBB: hue angle of 249.55º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270BBB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 11 | 187 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.27 |
| HSL | 249.55º | 0.89% | 0.39% | - |
| HSV(B) | 249.55º | 0.94% | 0.73% | - |
| XYZ | 9.93 | 4.26 | 47.31 | - |
| YUV | 39.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 187 | 0.79 | 0.94 | 0 | 0.27 | 249.55 | 0.89 | 0.39 |
| Hex | 27 | B | BB | 4F | 5E | 0 | 1B | FA | 59 | 27 |
| Octal | 47 | 13 | 273 | 117 | 136 | 0 | 33 | 372 | 131 | 47 |
| Binary | 100111 | 1011 | 10111011 | 1001111 | 1011110 | 0 | 11011 | 11111010 | 1011001 | 100111 |
Color Harmonies of #270BBB
Complementary color
Monochromatic Colors of #270BBB
Black with #270BBB
Text Example
Text Example
White with #270BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BBB; }
p { color: rgb(39,11,187); }
H1.HeaderClassName
{
color: #270BBB;
}
.AnyTagClassName
{
color: #270BBB;
}
</style>
background-color css
<style>
a { background-color: #270BBB; }
a { background-color: rgb(39,11,187); }
div.DivClassName
{
background-color: #270BBB;
}
.BgClassName
{
background-color: #270BBB;
}
</style>
border-color css
<style>
span { border-color: #270BBB; }
span { border-color: rgb(39,11,187); }
td.TdClassName
{
border-color: #270BBB;
}
.TagClassName
{
border-color: #270BBB;
}
</style>