Shades of Medium Blue #2716DA
Tints of Medium Blue #2716DA
RGB
CMYK
RGB Variations
Color information
#2716DA (or 0x2716DA) is known color: Medium Blue. HEX triplet: 27, 16 and DA. RGB value is (39,22,218). Sum of RGB (Red+Green+Blue) = 39+22+218=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #2716DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2716DA is #D8E925. Grayscale: #303030. Windows color (decimal): -14215462 or 14292519. OLE color: 14292519.
HSL color Cylindrical-coordinate representation of color #2716DA: hue angle of 245.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2716DA is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 22 | 218 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.15 |
| HSL | 245.2º | 0.82% | 0.47% | - |
| HSV(B) | 245.2º | 0.9% | 0.85% | - |
| XYZ | 13.78 | 6.07 | 66.77 | - |
| YUV | 49.43 | 223.13 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 218 | 0.82 | 0.90 | 0 | 0.15 | 245.2 | 0.82 | 0.47 |
| Hex | 27 | 16 | DA | 52 | 5A | 0 | F | F5 | 52 | 2F |
| Octal | 47 | 26 | 332 | 122 | 132 | 0 | 17 | 365 | 122 | 57 |
| Binary | 100111 | 10110 | 11011010 | 1010010 | 1011010 | 0 | 1111 | 11110101 | 1010010 | 101111 |
Color Harmonies of #2716DA
Complementary color
Monochromatic Colors of #2716DA
Black with #2716DA
Text Example
Text Example
White with #2716DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2716DA; }
p { color: rgb(39,22,218); }
H1.HeaderClassName
{
color: #2716DA;
}
.AnyTagClassName
{
color: #2716DA;
}
</style>
background-color css
<style>
a { background-color: #2716DA; }
a { background-color: rgb(39,22,218); }
div.DivClassName
{
background-color: #2716DA;
}
.BgClassName
{
background-color: #2716DA;
}
</style>
border-color css
<style>
span { border-color: #2716DA; }
span { border-color: rgb(39,22,218); }
td.TdClassName
{
border-color: #2716DA;
}
.TagClassName
{
border-color: #2716DA;
}
</style>