Shades of Medium Blue #2706BD
Tints of Medium Blue #2706BD
RGB
CMYK
RGB Variations
Color information
#2706BD (or 0x2706BD) is known color: Medium Blue. HEX triplet: 27, 06 and BD. RGB value is (39,6,189). Sum of RGB (Red+Green+Blue) = 39+6+189=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #2706BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2706BD is #D8F942. Grayscale: #242424. Windows color (decimal): -14219587 or 12387879. OLE color: 12387879.
HSL color Cylindrical-coordinate representation of color #2706BD: hue angle of 250.82º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2706BD is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 6 | 189 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.26 |
| HSL | 250.82º | 0.94% | 0.38% | - |
| HSV(B) | 250.82º | 0.97% | 0.74% | - |
| XYZ | 10.09 | 4.24 | 48.43 | - |
| YUV | 36.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 189 | 0.79 | 0.97 | 0 | 0.26 | 250.82 | 0.94 | 0.38 |
| Hex | 27 | 6 | BD | 4F | 61 | 0 | 1A | FB | 5E | 26 |
| Octal | 47 | 6 | 275 | 117 | 141 | 0 | 32 | 373 | 136 | 46 |
| Binary | 100111 | 110 | 10111101 | 1001111 | 1100001 | 0 | 11010 | 11111011 | 1011110 | 100110 |
Color Harmonies of #2706BD
Complementary color
Monochromatic Colors of #2706BD
Black with #2706BD
Text Example
Text Example
White with #2706BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2706BD; }
p { color: rgb(39,6,189); }
H1.HeaderClassName
{
color: #2706BD;
}
.AnyTagClassName
{
color: #2706BD;
}
</style>
background-color css
<style>
a { background-color: #2706BD; }
a { background-color: rgb(39,6,189); }
div.DivClassName
{
background-color: #2706BD;
}
.BgClassName
{
background-color: #2706BD;
}
</style>
border-color css
<style>
span { border-color: #2706BD; }
span { border-color: rgb(39,6,189); }
td.TdClassName
{
border-color: #2706BD;
}
.TagClassName
{
border-color: #2706BD;
}
</style>