Shades of Medium Blue #2712BB
Tints of Medium Blue #2712BB
RGB
CMYK
RGB Variations
Color information
#2712BB (or 0x2712BB) is known color: Medium Blue. HEX triplet: 27, 12 and BB. RGB value is (39,18,187). Sum of RGB (Red+Green+Blue) = 39+18+187=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #2712BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2712BB is #D8ED44. Grayscale: #2A2A2A. Windows color (decimal): -14216517 or 12259879. OLE color: 12259879.
HSL color Cylindrical-coordinate representation of color #2712BB: hue angle of 247.46º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2712BB is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 18 | 187 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.27 |
| HSL | 247.46º | 0.82% | 0.4% | - |
| HSV(B) | 247.46º | 0.9% | 0.73% | - |
| XYZ | 10.02 | 4.45 | 47.34 | - |
| YUV | 43.55 | 208.96 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 187 | 0.79 | 0.90 | 0 | 0.27 | 247.46 | 0.82 | 0.4 |
| Hex | 27 | 12 | BB | 4F | 5A | 0 | 1B | F7 | 52 | 28 |
| Octal | 47 | 22 | 273 | 117 | 132 | 0 | 33 | 367 | 122 | 50 |
| Binary | 100111 | 10010 | 10111011 | 1001111 | 1011010 | 0 | 11011 | 11110111 | 1010010 | 101000 |
Color Harmonies of #2712BB
Complementary color
Monochromatic Colors of #2712BB
Black with #2712BB
Text Example
Text Example
White with #2712BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2712BB; }
p { color: rgb(39,18,187); }
H1.HeaderClassName
{
color: #2712BB;
}
.AnyTagClassName
{
color: #2712BB;
}
</style>
background-color css
<style>
a { background-color: #2712BB; }
a { background-color: rgb(39,18,187); }
div.DivClassName
{
background-color: #2712BB;
}
.BgClassName
{
background-color: #2712BB;
}
</style>
border-color css
<style>
span { border-color: #2712BB; }
span { border-color: rgb(39,18,187); }
td.TdClassName
{
border-color: #2712BB;
}
.TagClassName
{
border-color: #2712BB;
}
</style>