Shades of Medium Blue #240CCC
Tints of Medium Blue #240CCC
RGB
CMYK
RGB Variations
Color information
#240CCC (or 0x240CCC) is known color: Medium Blue. HEX triplet: 24, 0C and CC. RGB value is (36,12,204). Sum of RGB (Red+Green+Blue) = 36+12+204=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #240CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CCC is #DBF333. Grayscale: #282828. Windows color (decimal): -14414644 or 13372452. OLE color: 13372452.
HSL color Cylindrical-coordinate representation of color #240CCC: hue angle of 247.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240CCC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 12 | 204 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.2 |
| HSL | 247.5º | 0.89% | 0.42% | - |
| HSV(B) | 247.5º | 0.94% | 0.8% | - |
| XYZ | 11.76 | 5 | 57.47 | - |
| YUV | 41.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 204 | 0.82 | 0.94 | 0 | 0.2 | 247.5 | 0.89 | 0.42 |
| Hex | 24 | C | CC | 52 | 5E | 0 | 14 | F8 | 59 | 2A |
| Octal | 44 | 14 | 314 | 122 | 136 | 0 | 24 | 370 | 131 | 52 |
| Binary | 100100 | 1100 | 11001100 | 1010010 | 1011110 | 0 | 10100 | 11111000 | 1011001 | 101010 |
Color Harmonies of #240CCC
Complementary color
Monochromatic Colors of #240CCC
Black with #240CCC
Text Example
Text Example
White with #240CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CCC; }
p { color: rgb(36,12,204); }
H1.HeaderClassName
{
color: #240CCC;
}
.AnyTagClassName
{
color: #240CCC;
}
</style>
background-color css
<style>
a { background-color: #240CCC; }
a { background-color: rgb(36,12,204); }
div.DivClassName
{
background-color: #240CCC;
}
.BgClassName
{
background-color: #240CCC;
}
</style>
border-color css
<style>
span { border-color: #240CCC; }
span { border-color: rgb(36,12,204); }
td.TdClassName
{
border-color: #240CCC;
}
.TagClassName
{
border-color: #240CCC;
}
</style>