Shades of Medium Blue #2500C2
Tints of Medium Blue #2500C2
RGB
CMYK
RGB Variations
Color information
#2500C2 (or 0x2500C2) is known color: Medium Blue. HEX triplet: 25, 00 and C2. RGB value is (37,0,194). Sum of RGB (Red+Green+Blue) = 37+0+194=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 194 (76.17% from 255 or 83.98% from 231); Max value from RGB is 194 - color contains mainly: blue. Hex color #2500C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500C2 is #DAFF3D. Grayscale: #202020. Windows color (decimal): -14352190 or 12714021. OLE color: 12714021.
HSL color Cylindrical-coordinate representation of color #2500C2: hue angle of 251.44º 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 #2500C2 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 0 | 194 | - |
| CMYK | 0.81 | 1 | 0 | 0.24 |
| HSL | 251.44º | 1% | 0.38% | - |
| HSV(B) | 251.44º | 1% | 0.76% | - |
| XYZ | 10.5 | 4.29 | 51.31 | - |
| YUV | 33.18 | 218.76 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 194 | 0.81 | 1 | 0 | 0.24 | 251.44 | 1 | 0.38 |
| Hex | 25 | 0 | C2 | 51 | 64 | 0 | 18 | FB | 64 | 26 |
| Octal | 45 | 0 | 302 | 121 | 144 | 0 | 30 | 373 | 144 | 46 |
| Binary | 100101 | 0 | 11000010 | 1010001 | 1100100 | 0 | 11000 | 11111011 | 1100100 | 100110 |
Color Harmonies of #2500C2
Complementary color
Monochromatic Colors of #2500C2
Black with #2500C2
Text Example
Text Example
White with #2500C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2500C2; }
p { color: rgb(37,0,194); }
H1.HeaderClassName
{
color: #2500C2;
}
.AnyTagClassName
{
color: #2500C2;
}
</style>
background-color css
<style>
a { background-color: #2500C2; }
a { background-color: rgb(37,0,194); }
div.DivClassName
{
background-color: #2500C2;
}
.BgClassName
{
background-color: #2500C2;
}
</style>
border-color css
<style>
span { border-color: #2500C2; }
span { border-color: rgb(37,0,194); }
td.TdClassName
{
border-color: #2500C2;
}
.TagClassName
{
border-color: #2500C2;
}
</style>