Shades of Medium Blue #2616DD
Tints of Medium Blue #2616DD
RGB
CMYK
RGB Variations
Color information
#2616DD (or 0x2616DD) is known color: Medium Blue. HEX triplet: 26, 16 and DD. RGB value is (38,22,221). Sum of RGB (Red+Green+Blue) = 38+22+221=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #2616DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2616DD is #D9E922. Grayscale: #303030. Windows color (decimal): -14280995 or 14489126. OLE color: 14489126.
HSL color Cylindrical-coordinate representation of color #2616DD: hue angle of 244.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2616DD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 22 | 221 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.13 |
| HSL | 244.82º | 0.82% | 0.48% | - |
| HSV(B) | 244.82º | 0.9% | 0.87% | - |
| XYZ | 14.14 | 6.21 | 68.86 | - |
| YUV | 49.47 | 224.8 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 221 | 0.83 | 0.90 | 0 | 0.13 | 244.82 | 0.82 | 0.48 |
| Hex | 26 | 16 | DD | 53 | 5A | 0 | D | F5 | 52 | 30 |
| Octal | 46 | 26 | 335 | 123 | 132 | 0 | 15 | 365 | 122 | 60 |
| Binary | 100110 | 10110 | 11011101 | 1010011 | 1011010 | 0 | 1101 | 11110101 | 1010010 | 110000 |
Color Harmonies of #2616DD
Complementary color
Monochromatic Colors of #2616DD
Black with #2616DD
Text Example
Text Example
White with #2616DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2616DD; }
p { color: rgb(38,22,221); }
H1.HeaderClassName
{
color: #2616DD;
}
.AnyTagClassName
{
color: #2616DD;
}
</style>
background-color css
<style>
a { background-color: #2616DD; }
a { background-color: rgb(38,22,221); }
div.DivClassName
{
background-color: #2616DD;
}
.BgClassName
{
background-color: #2616DD;
}
</style>
border-color css
<style>
span { border-color: #2616DD; }
span { border-color: rgb(38,22,221); }
td.TdClassName
{
border-color: #2616DD;
}
.TagClassName
{
border-color: #2616DD;
}
</style>