Shades of Medium Blue #2918DA
Tints of Medium Blue #2918DA
RGB
CMYK
RGB Variations
Color information
#2918DA (or 0x2918DA) is known color: Medium Blue. HEX triplet: 29, 18 and DA. RGB value is (41,24,218). Sum of RGB (Red+Green+Blue) = 41+24+218=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #2918DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2918DA is #D6E725. Grayscale: #323232. Windows color (decimal): -14083878 or 14293033. OLE color: 14293033.
HSL color Cylindrical-coordinate representation of color #2918DA: hue angle of 245.26º 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 #2918DA is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 24 | 218 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.15 |
| HSL | 245.26º | 0.8% | 0.47% | - |
| HSV(B) | 245.26º | 0.89% | 0.85% | - |
| XYZ | 13.9 | 6.19 | 66.79 | - |
| YUV | 51.2 | 222.13 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 218 | 0.81 | 0.89 | 0 | 0.15 | 245.26 | 0.8 | 0.47 |
| Hex | 29 | 18 | DA | 51 | 59 | 0 | F | F5 | 50 | 2F |
| Octal | 51 | 30 | 332 | 121 | 131 | 0 | 17 | 365 | 120 | 57 |
| Binary | 101001 | 11000 | 11011010 | 1010001 | 1011001 | 0 | 1111 | 11110101 | 1010000 | 101111 |
Color Harmonies of #2918DA
Complementary color
Monochromatic Colors of #2918DA
Black with #2918DA
Text Example
Text Example
White with #2918DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2918DA; }
p { color: rgb(41,24,218); }
H1.HeaderClassName
{
color: #2918DA;
}
.AnyTagClassName
{
color: #2918DA;
}
</style>
background-color css
<style>
a { background-color: #2918DA; }
a { background-color: rgb(41,24,218); }
div.DivClassName
{
background-color: #2918DA;
}
.BgClassName
{
background-color: #2918DA;
}
</style>
border-color css
<style>
span { border-color: #2918DA; }
span { border-color: rgb(41,24,218); }
td.TdClassName
{
border-color: #2918DA;
}
.TagClassName
{
border-color: #2918DA;
}
</style>