Shades of Medium Blue #2712CC
Tints of Medium Blue #2712CC
RGB
CMYK
RGB Variations
Color information
#2712CC (or 0x2712CC) is known color: Medium Blue. HEX triplet: 27, 12 and CC. RGB value is (39,18,204). Sum of RGB (Red+Green+Blue) = 39+18+204=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #2712CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2712CC is #D8ED33. Grayscale: #2C2C2C. Windows color (decimal): -14216500 or 13373991. OLE color: 13373991.
HSL color Cylindrical-coordinate representation of color #2712CC: hue angle of 246.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2712CC is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 18 | 204 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.2 |
| HSL | 246.77º | 0.84% | 0.44% | - |
| HSV(B) | 246.77º | 0.91% | 0.8% | - |
| XYZ | 11.95 | 5.22 | 57.51 | - |
| YUV | 45.48 | 217.46 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 204 | 0.81 | 0.91 | 0 | 0.2 | 246.77 | 0.84 | 0.44 |
| Hex | 27 | 12 | CC | 51 | 5B | 0 | 14 | F7 | 54 | 2C |
| Octal | 47 | 22 | 314 | 121 | 133 | 0 | 24 | 367 | 124 | 54 |
| Binary | 100111 | 10010 | 11001100 | 1010001 | 1011011 | 0 | 10100 | 11110111 | 1010100 | 101100 |
Color Harmonies of #2712CC
Complementary color
Monochromatic Colors of #2712CC
Black with #2712CC
Text Example
Text Example
White with #2712CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2712CC; }
p { color: rgb(39,18,204); }
H1.HeaderClassName
{
color: #2712CC;
}
.AnyTagClassName
{
color: #2712CC;
}
</style>
background-color css
<style>
a { background-color: #2712CC; }
a { background-color: rgb(39,18,204); }
div.DivClassName
{
background-color: #2712CC;
}
.BgClassName
{
background-color: #2712CC;
}
</style>
border-color css
<style>
span { border-color: #2712CC; }
span { border-color: rgb(39,18,204); }
td.TdClassName
{
border-color: #2712CC;
}
.TagClassName
{
border-color: #2712CC;
}
</style>