Shades of Blue #231CEC
Tints of Blue #231CEC
RGB
CMYK
RGB Variations
Color information
#231CEC (or 0x231CEC) is known color: Blue. HEX triplet: 23, 1C and EC. RGB value is (35,28,236). Sum of RGB (Red+Green+Blue) = 35+28+236=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #231CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CEC is #DCE313. Grayscale: #343434. Windows color (decimal): -14476052 or 15473699. OLE color: 15473699.
HSL color Cylindrical-coordinate representation of color #231CEC: hue angle of 242.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231CEC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 28 | 236 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.07 |
| HSL | 242.02º | 0.85% | 0.52% | - |
| HSV(B) | 242.02º | 0.88% | 0.93% | - |
| XYZ | 16.25 | 7.24 | 79.9 | - |
| YUV | 53.81 | 230.82 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 236 | 0.85 | 0.88 | 0 | 0.07 | 242.02 | 0.85 | 0.52 |
| Hex | 23 | 1C | EC | 55 | 58 | 0 | 7 | F2 | 55 | 34 |
| Octal | 43 | 34 | 354 | 125 | 130 | 0 | 7 | 362 | 125 | 64 |
| Binary | 100011 | 11100 | 11101100 | 1010101 | 1011000 | 0 | 111 | 11110010 | 1010101 | 110100 |
Color Harmonies of #231CEC
Complementary color
Monochromatic Colors of #231CEC
Black with #231CEC
Text Example
Text Example
White with #231CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CEC; }
p { color: rgb(35,28,236); }
H1.HeaderClassName
{
color: #231CEC;
}
.AnyTagClassName
{
color: #231CEC;
}
</style>
background-color css
<style>
a { background-color: #231CEC; }
a { background-color: rgb(35,28,236); }
div.DivClassName
{
background-color: #231CEC;
}
.BgClassName
{
background-color: #231CEC;
}
</style>
border-color css
<style>
span { border-color: #231CEC; }
span { border-color: rgb(35,28,236); }
td.TdClassName
{
border-color: #231CEC;
}
.TagClassName
{
border-color: #231CEC;
}
</style>