Shades of Medium Blue #2311E2
Tints of Medium Blue #2311E2
RGB
CMYK
RGB Variations
Color information
#2311E2 (or 0x2311E2) is known color: Medium Blue. HEX triplet: 23, 11 and E2. RGB value is (35,17,226). Sum of RGB (Red+Green+Blue) = 35+17+226=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 226 (88.67% from 255 or 81.29% from 278); Max value from RGB is 226 - color contains mainly: blue. Hex color #2311E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311E2 is #DCEE1D. Grayscale: #2D2D2D. Windows color (decimal): -14478878 or 14815523. OLE color: 14815523.
HSL color Cylindrical-coordinate representation of color #2311E2: hue angle of 245.17º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2311E2 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 17 | 226 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.11 |
| HSL | 245.17º | 0.86% | 0.48% | - |
| HSV(B) | 245.17º | 0.92% | 0.89% | - |
| XYZ | 14.62 | 6.25 | 72.39 | - |
| YUV | 46.21 | 229.46 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 226 | 0.85 | 0.92 | 0 | 0.11 | 245.17 | 0.86 | 0.48 |
| Hex | 23 | 11 | E2 | 55 | 5C | 0 | B | F5 | 56 | 30 |
| Octal | 43 | 21 | 342 | 125 | 134 | 0 | 13 | 365 | 126 | 60 |
| Binary | 100011 | 10001 | 11100010 | 1010101 | 1011100 | 0 | 1011 | 11110101 | 1010110 | 110000 |
Color Harmonies of #2311E2
Complementary color
Monochromatic Colors of #2311E2
Black with #2311E2
Text Example
Text Example
White with #2311E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311E2; }
p { color: rgb(35,17,226); }
H1.HeaderClassName
{
color: #2311E2;
}
.AnyTagClassName
{
color: #2311E2;
}
</style>
background-color css
<style>
a { background-color: #2311E2; }
a { background-color: rgb(35,17,226); }
div.DivClassName
{
background-color: #2311E2;
}
.BgClassName
{
background-color: #2311E2;
}
</style>
border-color css
<style>
span { border-color: #2311E2; }
span { border-color: rgb(35,17,226); }
td.TdClassName
{
border-color: #2311E2;
}
.TagClassName
{
border-color: #2311E2;
}
</style>