Shades of Blue #2311EA
Tints of Blue #2311EA
RGB
CMYK
RGB Variations
Color information
#2311EA (or 0x2311EA) is known color: Blue. HEX triplet: 23, 11 and EA. RGB value is (35,17,234). Sum of RGB (Red+Green+Blue) = 35+17+234=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #2311EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2311EA is #DCEE15. Grayscale: #2E2E2E. Windows color (decimal): -14478870 or 15339811. OLE color: 15339811.
HSL color Cylindrical-coordinate representation of color #2311EA: hue angle of 244.98º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2311EA is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 17 | 234 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.08 |
| HSL | 244.98º | 0.86% | 0.49% | - |
| HSV(B) | 244.98º | 0.93% | 0.92% | - |
| XYZ | 15.74 | 6.7 | 78.31 | - |
| YUV | 47.12 | 233.46 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 234 | 0.85 | 0.93 | 0 | 0.08 | 244.98 | 0.86 | 0.49 |
| Hex | 23 | 11 | EA | 55 | 5D | 0 | 8 | F5 | 56 | 31 |
| Octal | 43 | 21 | 352 | 125 | 135 | 0 | 10 | 365 | 126 | 61 |
| Binary | 100011 | 10001 | 11101010 | 1010101 | 1011101 | 0 | 1000 | 11110101 | 1010110 | 110001 |
Color Harmonies of #2311EA
Complementary color
Monochromatic Colors of #2311EA
Black with #2311EA
Text Example
Text Example
White with #2311EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311EA; }
p { color: rgb(35,17,234); }
H1.HeaderClassName
{
color: #2311EA;
}
.AnyTagClassName
{
color: #2311EA;
}
</style>
background-color css
<style>
a { background-color: #2311EA; }
a { background-color: rgb(35,17,234); }
div.DivClassName
{
background-color: #2311EA;
}
.BgClassName
{
background-color: #2311EA;
}
</style>
border-color css
<style>
span { border-color: #2311EA; }
span { border-color: rgb(35,17,234); }
td.TdClassName
{
border-color: #2311EA;
}
.TagClassName
{
border-color: #2311EA;
}
</style>