Shades of Medium Blue #2311C0
Tints of Medium Blue #2311C0
RGB
CMYK
RGB Variations
Color information
#2311C0 (or 0x2311C0) is known color: Medium Blue. HEX triplet: 23, 11 and C0. RGB value is (35,17,192). Sum of RGB (Red+Green+Blue) = 35+17+192=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #2311C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311C0 is #DCEE3F. Grayscale: #292929. Windows color (decimal): -14478912 or 12587299. OLE color: 12587299.
HSL color Cylindrical-coordinate representation of color #2311C0: hue angle of 246.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2311C0 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 17 | 192 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.25 |
| HSL | 246.17º | 0.84% | 0.41% | - |
| HSV(B) | 246.17º | 0.91% | 0.75% | - |
| XYZ | 10.41 | 4.56 | 50.2 | - |
| YUV | 42.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 192 | 0.82 | 0.91 | 0 | 0.25 | 246.17 | 0.84 | 0.41 |
| Hex | 23 | 11 | C0 | 52 | 5B | 0 | 19 | F6 | 54 | 29 |
| Octal | 43 | 21 | 300 | 122 | 133 | 0 | 31 | 366 | 124 | 51 |
| Binary | 100011 | 10001 | 11000000 | 1010010 | 1011011 | 0 | 11001 | 11110110 | 1010100 | 101001 |
Color Harmonies of #2311C0
Complementary color
Monochromatic Colors of #2311C0
Black with #2311C0
Text Example
Text Example
White with #2311C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311C0; }
p { color: rgb(35,17,192); }
H1.HeaderClassName
{
color: #2311C0;
}
.AnyTagClassName
{
color: #2311C0;
}
</style>
background-color css
<style>
a { background-color: #2311C0; }
a { background-color: rgb(35,17,192); }
div.DivClassName
{
background-color: #2311C0;
}
.BgClassName
{
background-color: #2311C0;
}
</style>
border-color css
<style>
span { border-color: #2311C0; }
span { border-color: rgb(35,17,192); }
td.TdClassName
{
border-color: #2311C0;
}
.TagClassName
{
border-color: #2311C0;
}
</style>