Shades of Medium Blue #2312C1
Tints of Medium Blue #2312C1
RGB
CMYK
RGB Variations
Color information
#2312C1 (or 0x2312C1) is known color: Medium Blue. HEX triplet: 23, 12 and C1. RGB value is (35,18,193). Sum of RGB (Red+Green+Blue) = 35+18+193=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 193 (75.78% from 255 or 78.46% from 246); Max value from RGB is 193 - color contains mainly: blue. Hex color #2312C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312C1 is #DCED3E. Grayscale: #2A2A2A. Windows color (decimal): -14478655 or 12653091. OLE color: 12653091.
HSL color Cylindrical-coordinate representation of color #2312C1: hue angle of 245.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2312C1 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 18 | 193 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.24 |
| HSL | 245.83º | 0.83% | 0.41% | - |
| HSV(B) | 245.83º | 0.91% | 0.76% | - |
| XYZ | 10.54 | 4.64 | 50.79 | - |
| YUV | 43.03 | 212.63 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 193 | 0.82 | 0.91 | 0 | 0.24 | 245.83 | 0.83 | 0.41 |
| Hex | 23 | 12 | C1 | 52 | 5B | 0 | 18 | F6 | 53 | 29 |
| Octal | 43 | 22 | 301 | 122 | 133 | 0 | 30 | 366 | 123 | 51 |
| Binary | 100011 | 10010 | 11000001 | 1010010 | 1011011 | 0 | 11000 | 11110110 | 1010011 | 101001 |
Color Harmonies of #2312C1
Complementary color
Monochromatic Colors of #2312C1
Black with #2312C1
Text Example
Text Example
White with #2312C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312C1; }
p { color: rgb(35,18,193); }
H1.HeaderClassName
{
color: #2312C1;
}
.AnyTagClassName
{
color: #2312C1;
}
</style>
background-color css
<style>
a { background-color: #2312C1; }
a { background-color: rgb(35,18,193); }
div.DivClassName
{
background-color: #2312C1;
}
.BgClassName
{
background-color: #2312C1;
}
</style>
border-color css
<style>
span { border-color: #2312C1; }
span { border-color: rgb(35,18,193); }
td.TdClassName
{
border-color: #2312C1;
}
.TagClassName
{
border-color: #2312C1;
}
</style>