Shades of Medium Blue #2312D3
Tints of Medium Blue #2312D3
RGB
CMYK
RGB Variations
Color information
#2312D3 (or 0x2312D3) is known color: Medium Blue. HEX triplet: 23, 12 and D3. RGB value is (35,18,211). Sum of RGB (Red+Green+Blue) = 35+18+211=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 211 (82.81% from 255 or 79.92% from 264); Max value from RGB is 211 - color contains mainly: blue. Hex color #2312D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312D3 is #DCED2C. Grayscale: #2C2C2C. Windows color (decimal): -14478637 or 13832739. OLE color: 13832739.
HSL color Cylindrical-coordinate representation of color #2312D3: hue angle of 245.28º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2312D3 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 18 | 211 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.17 |
| HSL | 245.29º | 0.84% | 0.45% | - |
| HSV(B) | 245.29º | 0.91% | 0.83% | - |
| XYZ | 12.67 | 5.49 | 62.02 | - |
| YUV | 45.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 211 | 0.83 | 0.91 | 0 | 0.17 | 245.29 | 0.84 | 0.45 |
| Hex | 23 | 12 | D3 | 53 | 5B | 0 | 11 | F5 | 54 | 2D |
| Octal | 43 | 22 | 323 | 123 | 133 | 0 | 21 | 365 | 124 | 55 |
| Binary | 100011 | 10010 | 11010011 | 1010011 | 1011011 | 0 | 10001 | 11110101 | 1010100 | 101101 |
Color Harmonies of #2312D3
Complementary color
Monochromatic Colors of #2312D3
Black with #2312D3
Text Example
Text Example
White with #2312D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312D3; }
p { color: rgb(35,18,211); }
H1.HeaderClassName
{
color: #2312D3;
}
.AnyTagClassName
{
color: #2312D3;
}
</style>
background-color css
<style>
a { background-color: #2312D3; }
a { background-color: rgb(35,18,211); }
div.DivClassName
{
background-color: #2312D3;
}
.BgClassName
{
background-color: #2312D3;
}
</style>
border-color css
<style>
span { border-color: #2312D3; }
span { border-color: rgb(35,18,211); }
td.TdClassName
{
border-color: #2312D3;
}
.TagClassName
{
border-color: #2312D3;
}
</style>