Shades of Medium Blue #2600C1
Tints of Medium Blue #2600C1
RGB
CMYK
RGB Variations
Color information
#2600C1 (or 0x2600C1) is known color: Medium Blue. HEX triplet: 26, 00 and C1. RGB value is (38,0,193). Sum of RGB (Red+Green+Blue) = 38+0+193=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 193 (75.78% from 255 or 83.55% from 231); Max value from RGB is 193 - color contains mainly: blue. Hex color #2600C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600C1 is #D9FF3E. Grayscale: #202020. Windows color (decimal): -14286655 or 12648486. OLE color: 12648486.
HSL color Cylindrical-coordinate representation of color #2600C1: hue angle of 251.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600C1 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 0 | 193 | - |
| CMYK | 0.80 | 1 | 0 | 0.24 |
| HSL | 251.81º | 1% | 0.38% | - |
| HSV(B) | 251.81º | 1% | 0.76% | - |
| XYZ | 10.42 | 4.26 | 50.73 | - |
| YUV | 33.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 193 | 0.80 | 1 | 0 | 0.24 | 251.81 | 1 | 0.38 |
| Hex | 26 | 0 | C1 | 50 | 64 | 0 | 18 | FC | 64 | 26 |
| Octal | 46 | 0 | 301 | 120 | 144 | 0 | 30 | 374 | 144 | 46 |
| Binary | 100110 | 0 | 11000001 | 1010000 | 1100100 | 0 | 11000 | 11111100 | 1100100 | 100110 |
Color Harmonies of #2600C1
Complementary color
Monochromatic Colors of #2600C1
Black with #2600C1
Text Example
Text Example
White with #2600C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600C1; }
p { color: rgb(38,0,193); }
H1.HeaderClassName
{
color: #2600C1;
}
.AnyTagClassName
{
color: #2600C1;
}
</style>
background-color css
<style>
a { background-color: #2600C1; }
a { background-color: rgb(38,0,193); }
div.DivClassName
{
background-color: #2600C1;
}
.BgClassName
{
background-color: #2600C1;
}
</style>
border-color css
<style>
span { border-color: #2600C1; }
span { border-color: rgb(38,0,193); }
td.TdClassName
{
border-color: #2600C1;
}
.TagClassName
{
border-color: #2600C1;
}
</style>