Shades of Medium Blue #2607C1
Tints of Medium Blue #2607C1
RGB
CMYK
RGB Variations
Color information
#2607C1 (or 0x2607C1) is known color: Medium Blue. HEX triplet: 26, 07 and C1. RGB value is (38,7,193). Sum of RGB (Red+Green+Blue) = 38+7+193=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 193 (75.78% from 255 or 81.09% from 238); Max value from RGB is 193 - color contains mainly: blue. Hex color #2607C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2607C1 is #D9F83E. Grayscale: #242424. Windows color (decimal): -14284863 or 12650278. OLE color: 12650278.
HSL color Cylindrical-coordinate representation of color #2607C1: hue angle of 250º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2607C1 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 7 | 193 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.24 |
| HSL | 250º | 0.93% | 0.39% | - |
| HSV(B) | 250º | 0.96% | 0.76% | - |
| XYZ | 10.5 | 4.41 | 50.75 | - |
| YUV | 37.47 | 215.77 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 193 | 0.80 | 0.96 | 0 | 0.24 | 250 | 0.93 | 0.39 |
| Hex | 26 | 7 | C1 | 50 | 60 | 0 | 18 | FA | 5D | 27 |
| Octal | 46 | 7 | 301 | 120 | 140 | 0 | 30 | 372 | 135 | 47 |
| Binary | 100110 | 111 | 11000001 | 1010000 | 1100000 | 0 | 11000 | 11111010 | 1011101 | 100111 |
Color Harmonies of #2607C1
Complementary color
Monochromatic Colors of #2607C1
Black with #2607C1
Text Example
Text Example
White with #2607C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2607C1; }
p { color: rgb(38,7,193); }
H1.HeaderClassName
{
color: #2607C1;
}
.AnyTagClassName
{
color: #2607C1;
}
</style>
background-color css
<style>
a { background-color: #2607C1; }
a { background-color: rgb(38,7,193); }
div.DivClassName
{
background-color: #2607C1;
}
.BgClassName
{
background-color: #2607C1;
}
</style>
border-color css
<style>
span { border-color: #2607C1; }
span { border-color: rgb(38,7,193); }
td.TdClassName
{
border-color: #2607C1;
}
.TagClassName
{
border-color: #2607C1;
}
</style>