Shades of Medium Blue #2712BF
Tints of Medium Blue #2712BF
RGB
CMYK
RGB Variations
Color information
#2712BF (or 0x2712BF) is known color: Medium Blue. HEX triplet: 27, 12 and BF. RGB value is (39,18,191). Sum of RGB (Red+Green+Blue) = 39+18+191=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #2712BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2712BF is #D8ED40. Grayscale: #2B2B2B. Windows color (decimal): -14216513 or 12522023. OLE color: 12522023.
HSL color Cylindrical-coordinate representation of color #2712BF: hue angle of 247.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2712BF is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 18 | 191 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.25 |
| HSL | 247.28º | 0.83% | 0.41% | - |
| HSV(B) | 247.28º | 0.91% | 0.75% | - |
| XYZ | 10.46 | 4.63 | 49.63 | - |
| YUV | 44 | 210.96 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 191 | 0.80 | 0.91 | 0 | 0.25 | 247.28 | 0.83 | 0.41 |
| Hex | 27 | 12 | BF | 50 | 5B | 0 | 19 | F7 | 53 | 29 |
| Octal | 47 | 22 | 277 | 120 | 133 | 0 | 31 | 367 | 123 | 51 |
| Binary | 100111 | 10010 | 10111111 | 1010000 | 1011011 | 0 | 11001 | 11110111 | 1010011 | 101001 |
Color Harmonies of #2712BF
Complementary color
Monochromatic Colors of #2712BF
Black with #2712BF
Text Example
Text Example
White with #2712BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2712BF; }
p { color: rgb(39,18,191); }
H1.HeaderClassName
{
color: #2712BF;
}
.AnyTagClassName
{
color: #2712BF;
}
</style>
background-color css
<style>
a { background-color: #2712BF; }
a { background-color: rgb(39,18,191); }
div.DivClassName
{
background-color: #2712BF;
}
.BgClassName
{
background-color: #2712BF;
}
</style>
border-color css
<style>
span { border-color: #2712BF; }
span { border-color: rgb(39,18,191); }
td.TdClassName
{
border-color: #2712BF;
}
.TagClassName
{
border-color: #2712BF;
}
</style>