Shades of Blue #2311EC
Tints of Blue #2311EC
RGB
CMYK
RGB Variations
Color information
#2311EC (or 0x2311EC) is known color: Blue. HEX triplet: 23, 11 and EC. RGB value is (35,17,236). Sum of RGB (Red+Green+Blue) = 35+17+236=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #2311EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2311EC is #DCEE13. Grayscale: #2E2E2E. Windows color (decimal): -14478868 or 15470883. OLE color: 15470883.
HSL color Cylindrical-coordinate representation of color #2311EC: hue angle of 244.93º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2311EC is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 17 | 236 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.07 |
| HSL | 244.93º | 0.87% | 0.5% | - |
| HSV(B) | 244.93º | 0.93% | 0.93% | - |
| XYZ | 16.03 | 6.81 | 79.83 | - |
| YUV | 47.35 | 234.46 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 236 | 0.85 | 0.93 | 0 | 0.07 | 244.93 | 0.87 | 0.5 |
| Hex | 23 | 11 | EC | 55 | 5D | 0 | 7 | F5 | 57 | 32 |
| Octal | 43 | 21 | 354 | 125 | 135 | 0 | 7 | 365 | 127 | 62 |
| Binary | 100011 | 10001 | 11101100 | 1010101 | 1011101 | 0 | 111 | 11110101 | 1010111 | 110010 |
Color Harmonies of #2311EC
Complementary color
Monochromatic Colors of #2311EC
Black with #2311EC
Text Example
Text Example
White with #2311EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311EC; }
p { color: rgb(35,17,236); }
H1.HeaderClassName
{
color: #2311EC;
}
.AnyTagClassName
{
color: #2311EC;
}
</style>
background-color css
<style>
a { background-color: #2311EC; }
a { background-color: rgb(35,17,236); }
div.DivClassName
{
background-color: #2311EC;
}
.BgClassName
{
background-color: #2311EC;
}
</style>
border-color css
<style>
span { border-color: #2311EC; }
span { border-color: rgb(35,17,236); }
td.TdClassName
{
border-color: #2311EC;
}
.TagClassName
{
border-color: #2311EC;
}
</style>