Shades of Medium Blue #2400C3
Tints of Medium Blue #2400C3
RGB
CMYK
RGB Variations
Color information
#2400C3 (or 0x2400C3) is known color: Medium Blue. HEX triplet: 24, 00 and C3. RGB value is (36,0,195). Sum of RGB (Red+Green+Blue) = 36+0+195=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 195 (76.56% from 255 or 84.42% from 231); Max value from RGB is 195 - color contains mainly: blue. Hex color #2400C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400C3 is #DBFF3C. Grayscale: #202020. Windows color (decimal): -14417725 or 12779556. OLE color: 12779556.
HSL color Cylindrical-coordinate representation of color #2400C3: hue angle of 251.08º 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 #2400C3 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 0 | 195 | - |
| CMYK | 0.82 | 1 | 0 | 0.24 |
| HSL | 251.08º | 1% | 0.38% | - |
| HSV(B) | 251.08º | 1% | 0.76% | - |
| XYZ | 10.58 | 4.32 | 51.91 | - |
| YUV | 32.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 195 | 0.82 | 1 | 0 | 0.24 | 251.08 | 1 | 0.38 |
| Hex | 24 | 0 | C3 | 52 | 64 | 0 | 18 | FB | 64 | 26 |
| Octal | 44 | 0 | 303 | 122 | 144 | 0 | 30 | 373 | 144 | 46 |
| Binary | 100100 | 0 | 11000011 | 1010010 | 1100100 | 0 | 11000 | 11111011 | 1100100 | 100110 |
Color Harmonies of #2400C3
Complementary color
Monochromatic Colors of #2400C3
Black with #2400C3
Text Example
Text Example
White with #2400C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400C3; }
p { color: rgb(36,0,195); }
H1.HeaderClassName
{
color: #2400C3;
}
.AnyTagClassName
{
color: #2400C3;
}
</style>
background-color css
<style>
a { background-color: #2400C3; }
a { background-color: rgb(36,0,195); }
div.DivClassName
{
background-color: #2400C3;
}
.BgClassName
{
background-color: #2400C3;
}
</style>
border-color css
<style>
span { border-color: #2400C3; }
span { border-color: rgb(36,0,195); }
td.TdClassName
{
border-color: #2400C3;
}
.TagClassName
{
border-color: #2400C3;
}
</style>