Shades of Medium Blue #2706DA
Tints of Medium Blue #2706DA
RGB
CMYK
RGB Variations
Color information
#2706DA (or 0x2706DA) is known color: Medium Blue. HEX triplet: 27, 06 and DA. RGB value is (39,6,218). Sum of RGB (Red+Green+Blue) = 39+6+218=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #2706DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2706DA is #D8F925. Grayscale: #272727. Windows color (decimal): -14219558 or 14288423. OLE color: 14288423.
HSL color Cylindrical-coordinate representation of color #2706DA: hue angle of 249.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2706DA is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 6 | 218 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.15 |
| HSL | 249.34º | 0.95% | 0.44% | - |
| HSV(B) | 249.34º | 0.97% | 0.85% | - |
| XYZ | 13.56 | 5.62 | 66.7 | - |
| YUV | 40.04 | 228.43 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 218 | 0.82 | 0.97 | 0 | 0.15 | 249.34 | 0.95 | 0.44 |
| Hex | 27 | 6 | DA | 52 | 61 | 0 | F | F9 | 5F | 2C |
| Octal | 47 | 6 | 332 | 122 | 141 | 0 | 17 | 371 | 137 | 54 |
| Binary | 100111 | 110 | 11011010 | 1010010 | 1100001 | 0 | 1111 | 11111001 | 1011111 | 101100 |
Color Harmonies of #2706DA
Complementary color
Monochromatic Colors of #2706DA
Black with #2706DA
Text Example
Text Example
White with #2706DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2706DA; }
p { color: rgb(39,6,218); }
H1.HeaderClassName
{
color: #2706DA;
}
.AnyTagClassName
{
color: #2706DA;
}
</style>
background-color css
<style>
a { background-color: #2706DA; }
a { background-color: rgb(39,6,218); }
div.DivClassName
{
background-color: #2706DA;
}
.BgClassName
{
background-color: #2706DA;
}
</style>
border-color css
<style>
span { border-color: #2706DA; }
span { border-color: rgb(39,6,218); }
td.TdClassName
{
border-color: #2706DA;
}
.TagClassName
{
border-color: #2706DA;
}
</style>