Shades of Medium Blue #2616DA
Tints of Medium Blue #2616DA
RGB
CMYK
RGB Variations
Color information
#2616DA (or 0x2616DA) is known color: Medium Blue. HEX triplet: 26, 16 and DA. RGB value is (38,22,218). Sum of RGB (Red+Green+Blue) = 38+22+218=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #2616DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2616DA is #D9E925. Grayscale: #303030. Windows color (decimal): -14280998 or 14292518. OLE color: 14292518.
HSL color Cylindrical-coordinate representation of color #2616DA: hue angle of 244.9º 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 #2616DA is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 22 | 218 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.15 |
| HSL | 244.9º | 0.82% | 0.47% | - |
| HSV(B) | 244.9º | 0.9% | 0.85% | - |
| XYZ | 13.74 | 6.05 | 66.77 | - |
| YUV | 49.13 | 223.3 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 218 | 0.83 | 0.90 | 0 | 0.15 | 244.9 | 0.82 | 0.47 |
| Hex | 26 | 16 | DA | 53 | 5A | 0 | F | F5 | 52 | 2F |
| Octal | 46 | 26 | 332 | 123 | 132 | 0 | 17 | 365 | 122 | 57 |
| Binary | 100110 | 10110 | 11011010 | 1010011 | 1011010 | 0 | 1111 | 11110101 | 1010010 | 101111 |
Color Harmonies of #2616DA
Complementary color
Monochromatic Colors of #2616DA
Black with #2616DA
Text Example
Text Example
White with #2616DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2616DA; }
p { color: rgb(38,22,218); }
H1.HeaderClassName
{
color: #2616DA;
}
.AnyTagClassName
{
color: #2616DA;
}
</style>
background-color css
<style>
a { background-color: #2616DA; }
a { background-color: rgb(38,22,218); }
div.DivClassName
{
background-color: #2616DA;
}
.BgClassName
{
background-color: #2616DA;
}
</style>
border-color css
<style>
span { border-color: #2616DA; }
span { border-color: rgb(38,22,218); }
td.TdClassName
{
border-color: #2616DA;
}
.TagClassName
{
border-color: #2616DA;
}
</style>