Shades of Medium Blue #2413CE
Tints of Medium Blue #2413CE
RGB
CMYK
RGB Variations
Color information
#2413CE (or 0x2413CE) is known color: Medium Blue. HEX triplet: 24, 13 and CE. RGB value is (36,19,206). Sum of RGB (Red+Green+Blue) = 36+19+206=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #2413CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2413CE is #DBEC31. Grayscale: #2C2C2C. Windows color (decimal): -14412850 or 13505316. OLE color: 13505316.
HSL color Cylindrical-coordinate representation of color #2413CE: hue angle of 245.45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2413CE is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 19 | 206 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.19 |
| HSL | 245.45º | 0.83% | 0.44% | - |
| HSV(B) | 245.45º | 0.91% | 0.81% | - |
| XYZ | 12.1 | 5.3 | 58.78 | - |
| YUV | 45.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 206 | 0.83 | 0.91 | 0 | 0.19 | 245.45 | 0.83 | 0.44 |
| Hex | 24 | 13 | CE | 53 | 5B | 0 | 13 | F5 | 53 | 2C |
| Octal | 44 | 23 | 316 | 123 | 133 | 0 | 23 | 365 | 123 | 54 |
| Binary | 100100 | 10011 | 11001110 | 1010011 | 1011011 | 0 | 10011 | 11110101 | 1010011 | 101100 |
Color Harmonies of #2413CE
Complementary color
Monochromatic Colors of #2413CE
Black with #2413CE
Text Example
Text Example
White with #2413CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2413CE; }
p { color: rgb(36,19,206); }
H1.HeaderClassName
{
color: #2413CE;
}
.AnyTagClassName
{
color: #2413CE;
}
</style>
background-color css
<style>
a { background-color: #2413CE; }
a { background-color: rgb(36,19,206); }
div.DivClassName
{
background-color: #2413CE;
}
.BgClassName
{
background-color: #2413CE;
}
</style>
border-color css
<style>
span { border-color: #2413CE; }
span { border-color: rgb(36,19,206); }
td.TdClassName
{
border-color: #2413CE;
}
.TagClassName
{
border-color: #2413CE;
}
</style>