Shades of Blue #231CE8
Tints of Blue #231CE8
RGB
CMYK
RGB Variations
Color information
#231CE8 (or 0x231CE8) is known color: Blue. HEX triplet: 23, 1C and E8. RGB value is (35,28,232). Sum of RGB (Red+Green+Blue) = 35+28+232=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 232 (91.02% from 255 or 78.64% from 295); Max value from RGB is 232 - color contains mainly: blue. Hex color #231CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CE8 is #DCE317. Grayscale: #343434. Windows color (decimal): -14476056 or 15211555. OLE color: 15211555.
HSL color Cylindrical-coordinate representation of color #231CE8: hue angle of 242.06º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231CE8 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 28 | 232 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.09 |
| HSL | 242.06º | 0.82% | 0.51% | - |
| HSV(B) | 242.06º | 0.88% | 0.91% | - |
| XYZ | 15.67 | 7.01 | 76.87 | - |
| YUV | 53.35 | 228.82 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 232 | 0.85 | 0.88 | 0 | 0.09 | 242.06 | 0.82 | 0.51 |
| Hex | 23 | 1C | E8 | 55 | 58 | 0 | 9 | F2 | 52 | 33 |
| Octal | 43 | 34 | 350 | 125 | 130 | 0 | 11 | 362 | 122 | 63 |
| Binary | 100011 | 11100 | 11101000 | 1010101 | 1011000 | 0 | 1001 | 11110010 | 1010010 | 110011 |
Color Harmonies of #231CE8
Complementary color
Monochromatic Colors of #231CE8
Black with #231CE8
Text Example
Text Example
White with #231CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CE8; }
p { color: rgb(35,28,232); }
H1.HeaderClassName
{
color: #231CE8;
}
.AnyTagClassName
{
color: #231CE8;
}
</style>
background-color css
<style>
a { background-color: #231CE8; }
a { background-color: rgb(35,28,232); }
div.DivClassName
{
background-color: #231CE8;
}
.BgClassName
{
background-color: #231CE8;
}
</style>
border-color css
<style>
span { border-color: #231CE8; }
span { border-color: rgb(35,28,232); }
td.TdClassName
{
border-color: #231CE8;
}
.TagClassName
{
border-color: #231CE8;
}
</style>