Shades of Medium Blue #2611CF
Tints of Medium Blue #2611CF
RGB
CMYK
RGB Variations
Color information
#2611CF (or 0x2611CF) is known color: Medium Blue. HEX triplet: 26, 11 and CF. RGB value is (38,17,207). Sum of RGB (Red+Green+Blue) = 38+17+207=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #2611CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2611CF is #D9EE30. Grayscale: #2C2C2C. Windows color (decimal): -14282289 or 13570342. OLE color: 13570342.
HSL color Cylindrical-coordinate representation of color #2611CF: hue angle of 246.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2611CF is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 17 | 207 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.19 |
| HSL | 246.63º | 0.85% | 0.44% | - |
| HSV(B) | 246.63º | 0.92% | 0.81% | - |
| XYZ | 12.26 | 5.32 | 59.41 | - |
| YUV | 44.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 207 | 0.82 | 0.92 | 0 | 0.19 | 246.63 | 0.85 | 0.44 |
| Hex | 26 | 11 | CF | 52 | 5C | 0 | 13 | F7 | 55 | 2C |
| Octal | 46 | 21 | 317 | 122 | 134 | 0 | 23 | 367 | 125 | 54 |
| Binary | 100110 | 10001 | 11001111 | 1010010 | 1011100 | 0 | 10011 | 11110111 | 1010101 | 101100 |
Color Harmonies of #2611CF
Complementary color
Monochromatic Colors of #2611CF
Black with #2611CF
Text Example
Text Example
White with #2611CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2611CF; }
p { color: rgb(38,17,207); }
H1.HeaderClassName
{
color: #2611CF;
}
.AnyTagClassName
{
color: #2611CF;
}
</style>
background-color css
<style>
a { background-color: #2611CF; }
a { background-color: rgb(38,17,207); }
div.DivClassName
{
background-color: #2611CF;
}
.BgClassName
{
background-color: #2611CF;
}
</style>
border-color css
<style>
span { border-color: #2611CF; }
span { border-color: rgb(38,17,207); }
td.TdClassName
{
border-color: #2611CF;
}
.TagClassName
{
border-color: #2611CF;
}
</style>