Shades of Medium Blue #2718DA
Tints of Medium Blue #2718DA
RGB
CMYK
RGB Variations
Color information
#2718DA (or 0x2718DA) is known color: Medium Blue. HEX triplet: 27, 18 and DA. RGB value is (39,24,218). Sum of RGB (Red+Green+Blue) = 39+24+218=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #2718DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2718DA is #D8E725. Grayscale: #313131. Windows color (decimal): -14214950 or 14293031. OLE color: 14293031.
HSL color Cylindrical-coordinate representation of color #2718DA: hue angle of 244.64º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2718DA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 24 | 218 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.15 |
| HSL | 244.64º | 0.8% | 0.47% | - |
| HSV(B) | 244.64º | 0.89% | 0.85% | - |
| XYZ | 13.82 | 6.15 | 66.79 | - |
| YUV | 50.6 | 222.47 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 218 | 0.82 | 0.89 | 0 | 0.15 | 244.64 | 0.8 | 0.47 |
| Hex | 27 | 18 | DA | 52 | 59 | 0 | F | F5 | 50 | 2F |
| Octal | 47 | 30 | 332 | 122 | 131 | 0 | 17 | 365 | 120 | 57 |
| Binary | 100111 | 11000 | 11011010 | 1010010 | 1011001 | 0 | 1111 | 11110101 | 1010000 | 101111 |
Color Harmonies of #2718DA
Complementary color
Monochromatic Colors of #2718DA
Black with #2718DA
Text Example
Text Example
White with #2718DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2718DA; }
p { color: rgb(39,24,218); }
H1.HeaderClassName
{
color: #2718DA;
}
.AnyTagClassName
{
color: #2718DA;
}
</style>
background-color css
<style>
a { background-color: #2718DA; }
a { background-color: rgb(39,24,218); }
div.DivClassName
{
background-color: #2718DA;
}
.BgClassName
{
background-color: #2718DA;
}
</style>
border-color css
<style>
span { border-color: #2718DA; }
span { border-color: rgb(39,24,218); }
td.TdClassName
{
border-color: #2718DA;
}
.TagClassName
{
border-color: #2718DA;
}
</style>