Shades of Medium Blue #2610BC
Tints of Medium Blue #2610BC
RGB
CMYK
RGB Variations
Color information
#2610BC (or 0x2610BC) is known color: Medium Blue. HEX triplet: 26, 10 and BC. RGB value is (38,16,188). Sum of RGB (Red+Green+Blue) = 38+16+188=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #2610BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2610BC is #D9EF43. Grayscale: #292929. Windows color (decimal): -14282564 or 12324902. OLE color: 12324902.
HSL color Cylindrical-coordinate representation of color #2610BC: hue angle of 247.67º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2610BC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 16 | 188 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.26 |
| HSL | 247.67º | 0.84% | 0.4% | - |
| HSV(B) | 247.67º | 0.91% | 0.74% | - |
| XYZ | 10.06 | 4.41 | 47.9 | - |
| YUV | 42.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 188 | 0.80 | 0.91 | 0 | 0.26 | 247.67 | 0.84 | 0.4 |
| Hex | 26 | 10 | BC | 50 | 5B | 0 | 1A | F8 | 54 | 28 |
| Octal | 46 | 20 | 274 | 120 | 133 | 0 | 32 | 370 | 124 | 50 |
| Binary | 100110 | 10000 | 10111100 | 1010000 | 1011011 | 0 | 11010 | 11111000 | 1010100 | 101000 |
Color Harmonies of #2610BC
Complementary color
Monochromatic Colors of #2610BC
Black with #2610BC
Text Example
Text Example
White with #2610BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610BC; }
p { color: rgb(38,16,188); }
H1.HeaderClassName
{
color: #2610BC;
}
.AnyTagClassName
{
color: #2610BC;
}
</style>
background-color css
<style>
a { background-color: #2610BC; }
a { background-color: rgb(38,16,188); }
div.DivClassName
{
background-color: #2610BC;
}
.BgClassName
{
background-color: #2610BC;
}
</style>
border-color css
<style>
span { border-color: #2610BC; }
span { border-color: rgb(38,16,188); }
td.TdClassName
{
border-color: #2610BC;
}
.TagClassName
{
border-color: #2610BC;
}
</style>