Shades of Medium Blue #2312DC
Tints of Medium Blue #2312DC
RGB
CMYK
RGB Variations
Color information
#2312DC (or 0x2312DC) is known color: Medium Blue. HEX triplet: 23, 12 and DC. RGB value is (35,18,220). Sum of RGB (Red+Green+Blue) = 35+18+220=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #2312DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312DC is #DCED23. Grayscale: #2D2D2D. Windows color (decimal): -14478628 or 14422563. OLE color: 14422563.
HSL color Cylindrical-coordinate representation of color #2312DC: hue angle of 245.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2312DC is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 18 | 220 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.14 |
| HSL | 245.05º | 0.85% | 0.47% | - |
| HSV(B) | 245.05º | 0.92% | 0.86% | - |
| XYZ | 13.83 | 5.96 | 68.13 | - |
| YUV | 46.11 | 226.13 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 220 | 0.84 | 0.92 | 0 | 0.14 | 245.05 | 0.85 | 0.47 |
| Hex | 23 | 12 | DC | 54 | 5C | 0 | E | F5 | 55 | 2F |
| Octal | 43 | 22 | 334 | 124 | 134 | 0 | 16 | 365 | 125 | 57 |
| Binary | 100011 | 10010 | 11011100 | 1010100 | 1011100 | 0 | 1110 | 11110101 | 1010101 | 101111 |
Color Harmonies of #2312DC
Complementary color
Monochromatic Colors of #2312DC
Black with #2312DC
Text Example
Text Example
White with #2312DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312DC; }
p { color: rgb(35,18,220); }
H1.HeaderClassName
{
color: #2312DC;
}
.AnyTagClassName
{
color: #2312DC;
}
</style>
background-color css
<style>
a { background-color: #2312DC; }
a { background-color: rgb(35,18,220); }
div.DivClassName
{
background-color: #2312DC;
}
.BgClassName
{
background-color: #2312DC;
}
</style>
border-color css
<style>
span { border-color: #2312DC; }
span { border-color: rgb(35,18,220); }
td.TdClassName
{
border-color: #2312DC;
}
.TagClassName
{
border-color: #2312DC;
}
</style>