Shades of Medium Blue #2706CB
Tints of Medium Blue #2706CB
RGB
CMYK
RGB Variations
Color information
#2706CB (or 0x2706CB) is known color: Medium Blue. HEX triplet: 27, 06 and CB. RGB value is (39,6,203). Sum of RGB (Red+Green+Blue) = 39+6+203=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #2706CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2706CB is #D8F934. Grayscale: #252525. Windows color (decimal): -14219573 or 13305383. OLE color: 13305383.
HSL color Cylindrical-coordinate representation of color #2706CB: hue angle of 250.05º 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 #2706CB is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 6 | 203 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.20 |
| HSL | 250.05º | 0.94% | 0.41% | - |
| HSV(B) | 250.05º | 0.97% | 0.8% | - |
| XYZ | 11.68 | 4.87 | 56.82 | - |
| YUV | 38.33 | 220.93 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 203 | 0.81 | 0.97 | 0 | 0.20 | 250.05 | 0.94 | 0.41 |
| Hex | 27 | 6 | CB | 51 | 61 | 0 | 14 | FA | 5E | 29 |
| Octal | 47 | 6 | 313 | 121 | 141 | 0 | 24 | 372 | 136 | 51 |
| Binary | 100111 | 110 | 11001011 | 1010001 | 1100001 | 0 | 10100 | 11111010 | 1011110 | 101001 |
Color Harmonies of #2706CB
Complementary color
Monochromatic Colors of #2706CB
Black with #2706CB
Text Example
Text Example
White with #2706CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2706CB; }
p { color: rgb(39,6,203); }
H1.HeaderClassName
{
color: #2706CB;
}
.AnyTagClassName
{
color: #2706CB;
}
</style>
background-color css
<style>
a { background-color: #2706CB; }
a { background-color: rgb(39,6,203); }
div.DivClassName
{
background-color: #2706CB;
}
.BgClassName
{
background-color: #2706CB;
}
</style>
border-color css
<style>
span { border-color: #2706CB; }
span { border-color: rgb(39,6,203); }
td.TdClassName
{
border-color: #2706CB;
}
.TagClassName
{
border-color: #2706CB;
}
</style>