Shades of Medium Blue #2313D9
Tints of Medium Blue #2313D9
RGB
CMYK
RGB Variations
Color information
#2313D9 (or 0x2313D9) is known color: Medium Blue. HEX triplet: 23, 13 and D9. RGB value is (35,19,217). Sum of RGB (Red+Green+Blue) = 35+19+217=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 217 (85.16% from 255 or 80.07% from 271); Max value from RGB is 217 - color contains mainly: blue. Hex color #2313D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313D9 is #DCEC26. Grayscale: #2D2D2D. Windows color (decimal): -14478375 or 14226211. OLE color: 14226211.
HSL color Cylindrical-coordinate representation of color #2313D9: hue angle of 244.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2313D9 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 19 | 217 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.15 |
| HSL | 244.85º | 0.84% | 0.46% | - |
| HSV(B) | 244.85º | 0.91% | 0.85% | - |
| XYZ | 13.45 | 5.83 | 66.06 | - |
| YUV | 46.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 217 | 0.84 | 0.91 | 0 | 0.15 | 244.85 | 0.84 | 0.46 |
| Hex | 23 | 13 | D9 | 54 | 5B | 0 | F | F5 | 54 | 2E |
| Octal | 43 | 23 | 331 | 124 | 133 | 0 | 17 | 365 | 124 | 56 |
| Binary | 100011 | 10011 | 11011001 | 1010100 | 1011011 | 0 | 1111 | 11110101 | 1010100 | 101110 |
Color Harmonies of #2313D9
Complementary color
Monochromatic Colors of #2313D9
Black with #2313D9
Text Example
Text Example
White with #2313D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2313D9; }
p { color: rgb(35,19,217); }
H1.HeaderClassName
{
color: #2313D9;
}
.AnyTagClassName
{
color: #2313D9;
}
</style>
background-color css
<style>
a { background-color: #2313D9; }
a { background-color: rgb(35,19,217); }
div.DivClassName
{
background-color: #2313D9;
}
.BgClassName
{
background-color: #2313D9;
}
</style>
border-color css
<style>
span { border-color: #2313D9; }
span { border-color: rgb(35,19,217); }
td.TdClassName
{
border-color: #2313D9;
}
.TagClassName
{
border-color: #2313D9;
}
</style>