Shades of Medium Blue #2712CE
Tints of Medium Blue #2712CE
RGB
CMYK
RGB Variations
Color information
#2712CE (or 0x2712CE) is known color: Medium Blue. HEX triplet: 27, 12 and CE. RGB value is (39,18,206). Sum of RGB (Red+Green+Blue) = 39+18+206=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #2712CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2712CE is #D8ED31. Grayscale: #2C2C2C. Windows color (decimal): -14216498 or 13505063. OLE color: 13505063.
HSL color Cylindrical-coordinate representation of color #2712CE: hue angle of 246.7º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2712CE is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 18 | 206 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.19 |
| HSL | 246.7º | 0.84% | 0.44% | - |
| HSV(B) | 246.7º | 0.91% | 0.81% | - |
| XYZ | 12.19 | 5.32 | 58.78 | - |
| YUV | 45.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 206 | 0.81 | 0.91 | 0 | 0.19 | 246.7 | 0.84 | 0.44 |
| Hex | 27 | 12 | CE | 51 | 5B | 0 | 13 | F7 | 54 | 2C |
| Octal | 47 | 22 | 316 | 121 | 133 | 0 | 23 | 367 | 124 | 54 |
| Binary | 100111 | 10010 | 11001110 | 1010001 | 1011011 | 0 | 10011 | 11110111 | 1010100 | 101100 |
Color Harmonies of #2712CE
Complementary color
Monochromatic Colors of #2712CE
Black with #2712CE
Text Example
Text Example
White with #2712CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2712CE; }
p { color: rgb(39,18,206); }
H1.HeaderClassName
{
color: #2712CE;
}
.AnyTagClassName
{
color: #2712CE;
}
</style>
background-color css
<style>
a { background-color: #2712CE; }
a { background-color: rgb(39,18,206); }
div.DivClassName
{
background-color: #2712CE;
}
.BgClassName
{
background-color: #2712CE;
}
</style>
border-color css
<style>
span { border-color: #2712CE; }
span { border-color: rgb(39,18,206); }
td.TdClassName
{
border-color: #2712CE;
}
.TagClassName
{
border-color: #2712CE;
}
</style>