Shades of Blue #231CEB
Tints of Blue #231CEB
RGB
CMYK
RGB Variations
Color information
#231CEB (or 0x231CEB) is known color: Blue. HEX triplet: 23, 1C and EB. RGB value is (35,28,235). Sum of RGB (Red+Green+Blue) = 35+28+235=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #231CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CEB is #DCE314. Grayscale: #343434. Windows color (decimal): -14476053 or 15408163. OLE color: 15408163.
HSL color Cylindrical-coordinate representation of color #231CEB: hue angle of 242.03º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231CEB is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 28 | 235 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.08 |
| HSL | 242.03º | 0.84% | 0.52% | - |
| HSV(B) | 242.03º | 0.88% | 0.92% | - |
| XYZ | 16.1 | 7.19 | 79.14 | - |
| YUV | 53.69 | 230.32 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 235 | 0.85 | 0.88 | 0 | 0.08 | 242.03 | 0.84 | 0.52 |
| Hex | 23 | 1C | EB | 55 | 58 | 0 | 8 | F2 | 54 | 34 |
| Octal | 43 | 34 | 353 | 125 | 130 | 0 | 10 | 362 | 124 | 64 |
| Binary | 100011 | 11100 | 11101011 | 1010101 | 1011000 | 0 | 1000 | 11110010 | 1010100 | 110100 |
Color Harmonies of #231CEB
Complementary color
Monochromatic Colors of #231CEB
Black with #231CEB
Text Example
Text Example
White with #231CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CEB; }
p { color: rgb(35,28,235); }
H1.HeaderClassName
{
color: #231CEB;
}
.AnyTagClassName
{
color: #231CEB;
}
</style>
background-color css
<style>
a { background-color: #231CEB; }
a { background-color: rgb(35,28,235); }
div.DivClassName
{
background-color: #231CEB;
}
.BgClassName
{
background-color: #231CEB;
}
</style>
border-color css
<style>
span { border-color: #231CEB; }
span { border-color: rgb(35,28,235); }
td.TdClassName
{
border-color: #231CEB;
}
.TagClassName
{
border-color: #231CEB;
}
</style>