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