Shades of Medium Blue #2600C5
Tints of Medium Blue #2600C5
RGB
CMYK
RGB Variations
Color information
#2600C5 (or 0x2600C5) is known color: Medium Blue. HEX triplet: 26, 00 and C5. RGB value is (38,0,197). Sum of RGB (Red+Green+Blue) = 38+0+197=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 197 (77.34% from 255 or 83.83% from 235); Max value from RGB is 197 - color contains mainly: blue. Hex color #2600C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600C5 is #D9FF3A. Grayscale: #212121. Windows color (decimal): -14286651 or 12910630. OLE color: 12910630.
HSL color Cylindrical-coordinate representation of color #2600C5: hue angle of 251.57º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600C5 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 0 | 197 | - |
| CMYK | 0.81 | 1 | 0 | 0.23 |
| HSL | 251.57º | 1% | 0.39% | - |
| HSV(B) | 251.57º | 1% | 0.77% | - |
| XYZ | 10.88 | 4.44 | 53.11 | - |
| YUV | 33.82 | 220.09 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 197 | 0.81 | 1 | 0 | 0.23 | 251.57 | 1 | 0.39 |
| Hex | 26 | 0 | C5 | 51 | 64 | 0 | 17 | FC | 64 | 27 |
| Octal | 46 | 0 | 305 | 121 | 144 | 0 | 27 | 374 | 144 | 47 |
| Binary | 100110 | 0 | 11000101 | 1010001 | 1100100 | 0 | 10111 | 11111100 | 1100100 | 100111 |
Color Harmonies of #2600C5
Complementary color
Monochromatic Colors of #2600C5
Black with #2600C5
Text Example
Text Example
White with #2600C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600C5; }
p { color: rgb(38,0,197); }
H1.HeaderClassName
{
color: #2600C5;
}
.AnyTagClassName
{
color: #2600C5;
}
</style>
background-color css
<style>
a { background-color: #2600C5; }
a { background-color: rgb(38,0,197); }
div.DivClassName
{
background-color: #2600C5;
}
.BgClassName
{
background-color: #2600C5;
}
</style>
border-color css
<style>
span { border-color: #2600C5; }
span { border-color: rgb(38,0,197); }
td.TdClassName
{
border-color: #2600C5;
}
.TagClassName
{
border-color: #2600C5;
}
</style>