Shades of Medium Blue #2610C7
Tints of Medium Blue #2610C7
RGB
CMYK
RGB Variations
Color information
#2610C7 (or 0x2610C7) is known color: Medium Blue. HEX triplet: 26, 10 and C7. RGB value is (38,16,199). Sum of RGB (Red+Green+Blue) = 38+16+199=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 199 (78.12% from 255 or 78.66% from 253); Max value from RGB is 199 - color contains mainly: blue. Hex color #2610C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2610C7 is #D9EF38. Grayscale: #2A2A2A. Windows color (decimal): -14282553 or 13045798. OLE color: 13045798.
HSL color Cylindrical-coordinate representation of color #2610C7: hue angle of 247.21º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2610C7 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 16 | 199 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.22 |
| HSL | 247.21º | 0.85% | 0.42% | - |
| HSV(B) | 247.21º | 0.92% | 0.78% | - |
| XYZ | 11.29 | 4.91 | 54.38 | - |
| YUV | 43.44 | 215.79 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 199 | 0.81 | 0.92 | 0 | 0.22 | 247.21 | 0.85 | 0.42 |
| Hex | 26 | 10 | C7 | 51 | 5C | 0 | 16 | F7 | 55 | 2A |
| Octal | 46 | 20 | 307 | 121 | 134 | 0 | 26 | 367 | 125 | 52 |
| Binary | 100110 | 10000 | 11000111 | 1010001 | 1011100 | 0 | 10110 | 11110111 | 1010101 | 101010 |
Color Harmonies of #2610C7
Complementary color
Monochromatic Colors of #2610C7
Black with #2610C7
Text Example
Text Example
White with #2610C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610C7; }
p { color: rgb(38,16,199); }
H1.HeaderClassName
{
color: #2610C7;
}
.AnyTagClassName
{
color: #2610C7;
}
</style>
background-color css
<style>
a { background-color: #2610C7; }
a { background-color: rgb(38,16,199); }
div.DivClassName
{
background-color: #2610C7;
}
.BgClassName
{
background-color: #2610C7;
}
</style>
border-color css
<style>
span { border-color: #2610C7; }
span { border-color: rgb(38,16,199); }
td.TdClassName
{
border-color: #2610C7;
}
.TagClassName
{
border-color: #2610C7;
}
</style>