Shades of Medium Blue #2400CC
Tints of Medium Blue #2400CC
RGB
CMYK
RGB Variations
Color information
#2400CC (or 0x2400CC) is known color: Medium Blue. HEX triplet: 24, 00 and CC. RGB value is (36,0,204). Sum of RGB (Red+Green+Blue) = 36+0+204=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #2400CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400CC is #DBFF33. Grayscale: #212121. Windows color (decimal): -14417716 or 13369380. OLE color: 13369380.
HSL color Cylindrical-coordinate representation of color #2400CC: hue angle of 250.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400CC is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 0 | 204 | - |
| CMYK | 0.82 | 1 | 0 | 0.2 |
| HSL | 250.59º | 1% | 0.4% | - |
| HSV(B) | 250.59º | 1% | 0.8% | - |
| XYZ | 11.63 | 4.73 | 57.43 | - |
| YUV | 34.02 | 223.93 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 204 | 0.82 | 1 | 0 | 0.2 | 250.59 | 1 | 0.4 |
| Hex | 24 | 0 | CC | 52 | 64 | 0 | 14 | FB | 64 | 28 |
| Octal | 44 | 0 | 314 | 122 | 144 | 0 | 24 | 373 | 144 | 50 |
| Binary | 100100 | 0 | 11001100 | 1010010 | 1100100 | 0 | 10100 | 11111011 | 1100100 | 101000 |
Color Harmonies of #2400CC
Complementary color
Monochromatic Colors of #2400CC
Black with #2400CC
Text Example
Text Example
White with #2400CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400CC; }
p { color: rgb(36,0,204); }
H1.HeaderClassName
{
color: #2400CC;
}
.AnyTagClassName
{
color: #2400CC;
}
</style>
background-color css
<style>
a { background-color: #2400CC; }
a { background-color: rgb(36,0,204); }
div.DivClassName
{
background-color: #2400CC;
}
.BgClassName
{
background-color: #2400CC;
}
</style>
border-color css
<style>
span { border-color: #2400CC; }
span { border-color: rgb(36,0,204); }
td.TdClassName
{
border-color: #2400CC;
}
.TagClassName
{
border-color: #2400CC;
}
</style>