Shades of Medium Blue #231CE1
Tints of Medium Blue #231CE1
RGB
CMYK
RGB Variations
Color information
#231CE1 (or 0x231CE1) is known color: Medium Blue. HEX triplet: 23, 1C and E1. RGB value is (35,28,225). Sum of RGB (Red+Green+Blue) = 35+28+225=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 225 (88.28% from 255 or 78.12% from 288); Max value from RGB is 225 - color contains mainly: blue. Hex color #231CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CE1 is #DCE31E. Grayscale: #333333. Windows color (decimal): -14476063 or 14752803. OLE color: 14752803.
HSL color Cylindrical-coordinate representation of color #231CE1: hue angle of 242.13º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231CE1 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 28 | 225 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.12 |
| HSL | 242.13º | 0.78% | 0.5% | - |
| HSV(B) | 242.13º | 0.88% | 0.88% | - |
| XYZ | 14.7 | 6.62 | 71.74 | - |
| YUV | 52.55 | 225.32 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 225 | 0.84 | 0.88 | 0 | 0.12 | 242.13 | 0.78 | 0.5 |
| Hex | 23 | 1C | E1 | 54 | 58 | 0 | C | F2 | 4E | 32 |
| Octal | 43 | 34 | 341 | 124 | 130 | 0 | 14 | 362 | 116 | 62 |
| Binary | 100011 | 11100 | 11100001 | 1010100 | 1011000 | 0 | 1100 | 11110010 | 1001110 | 110010 |
Color Harmonies of #231CE1
Complementary color
Monochromatic Colors of #231CE1
Black with #231CE1
Text Example
Text Example
White with #231CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CE1; }
p { color: rgb(35,28,225); }
H1.HeaderClassName
{
color: #231CE1;
}
.AnyTagClassName
{
color: #231CE1;
}
</style>
background-color css
<style>
a { background-color: #231CE1; }
a { background-color: rgb(35,28,225); }
div.DivClassName
{
background-color: #231CE1;
}
.BgClassName
{
background-color: #231CE1;
}
</style>
border-color css
<style>
span { border-color: #231CE1; }
span { border-color: rgb(35,28,225); }
td.TdClassName
{
border-color: #231CE1;
}
.TagClassName
{
border-color: #231CE1;
}
</style>