Shades of Medium Blue #2813DA
Tints of Medium Blue #2813DA
RGB
CMYK
RGB Variations
Color information
#2813DA (or 0x2813DA) is known color: Medium Blue. HEX triplet: 28, 13 and DA. RGB value is (40,19,218). Sum of RGB (Red+Green+Blue) = 40+19+218=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #2813DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813DA is #D7EC25. Grayscale: #2F2F2F. Windows color (decimal): -14150694 or 14291752. OLE color: 14291752.
HSL color Cylindrical-coordinate representation of color #2813DA: hue angle of 246.33º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2813DA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 19 | 218 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.15 |
| HSL | 246.33º | 0.84% | 0.46% | - |
| HSV(B) | 246.33º | 0.91% | 0.85% | - |
| XYZ | 13.76 | 5.98 | 66.76 | - |
| YUV | 47.97 | 223.96 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 218 | 0.82 | 0.91 | 0 | 0.15 | 246.33 | 0.84 | 0.46 |
| Hex | 28 | 13 | DA | 52 | 5B | 0 | F | F6 | 54 | 2E |
| Octal | 50 | 23 | 332 | 122 | 133 | 0 | 17 | 366 | 124 | 56 |
| Binary | 101000 | 10011 | 11011010 | 1010010 | 1011011 | 0 | 1111 | 11110110 | 1010100 | 101110 |
Color Harmonies of #2813DA
Complementary color
Monochromatic Colors of #2813DA
Black with #2813DA
Text Example
Text Example
White with #2813DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813DA; }
p { color: rgb(40,19,218); }
H1.HeaderClassName
{
color: #2813DA;
}
.AnyTagClassName
{
color: #2813DA;
}
</style>
background-color css
<style>
a { background-color: #2813DA; }
a { background-color: rgb(40,19,218); }
div.DivClassName
{
background-color: #2813DA;
}
.BgClassName
{
background-color: #2813DA;
}
</style>
border-color css
<style>
span { border-color: #2813DA; }
span { border-color: rgb(40,19,218); }
td.TdClassName
{
border-color: #2813DA;
}
.TagClassName
{
border-color: #2813DA;
}
</style>