Shades of Medium Blue #2706CC
Tints of Medium Blue #2706CC
RGB
CMYK
RGB Variations
Color information
#2706CC (or 0x2706CC) is known color: Medium Blue. HEX triplet: 27, 06 and CC. RGB value is (39,6,204). Sum of RGB (Red+Green+Blue) = 39+6+204=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #2706CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2706CC is #D8F933. Grayscale: #252525. Windows color (decimal): -14219572 or 13370919. OLE color: 13370919.
HSL color Cylindrical-coordinate representation of color #2706CC: hue angle of 250º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2706CC is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 6 | 204 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.2 |
| HSL | 250º | 0.94% | 0.41% | - |
| HSV(B) | 250º | 0.97% | 0.8% | - |
| XYZ | 11.8 | 4.92 | 57.45 | - |
| YUV | 38.44 | 221.43 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 204 | 0.81 | 0.97 | 0 | 0.2 | 250 | 0.94 | 0.41 |
| Hex | 27 | 6 | CC | 51 | 61 | 0 | 14 | FA | 5E | 29 |
| Octal | 47 | 6 | 314 | 121 | 141 | 0 | 24 | 372 | 136 | 51 |
| Binary | 100111 | 110 | 11001100 | 1010001 | 1100001 | 0 | 10100 | 11111010 | 1011110 | 101001 |
Color Harmonies of #2706CC
Complementary color
Monochromatic Colors of #2706CC
Black with #2706CC
Text Example
Text Example
White with #2706CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2706CC; }
p { color: rgb(39,6,204); }
H1.HeaderClassName
{
color: #2706CC;
}
.AnyTagClassName
{
color: #2706CC;
}
</style>
background-color css
<style>
a { background-color: #2706CC; }
a { background-color: rgb(39,6,204); }
div.DivClassName
{
background-color: #2706CC;
}
.BgClassName
{
background-color: #2706CC;
}
</style>
border-color css
<style>
span { border-color: #2706CC; }
span { border-color: rgb(39,6,204); }
td.TdClassName
{
border-color: #2706CC;
}
.TagClassName
{
border-color: #2706CC;
}
</style>