Shades of Blue #231CEA
Tints of Blue #231CEA
RGB
CMYK
RGB Variations
Color information
#231CEA (or 0x231CEA) is known color: Blue. HEX triplet: 23, 1C and EA. RGB value is (35,28,234). Sum of RGB (Red+Green+Blue) = 35+28+234=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #231CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CEA is #DCE315. Grayscale: #343434. Windows color (decimal): -14476054 or 15342627. OLE color: 15342627.
HSL color Cylindrical-coordinate representation of color #231CEA: hue angle of 242.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231CEA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 28 | 234 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.08 |
| HSL | 242.04º | 0.83% | 0.51% | - |
| HSV(B) | 242.04º | 0.88% | 0.92% | - |
| XYZ | 15.96 | 7.13 | 78.38 | - |
| YUV | 53.58 | 229.82 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 234 | 0.85 | 0.88 | 0 | 0.08 | 242.04 | 0.83 | 0.51 |
| Hex | 23 | 1C | EA | 55 | 58 | 0 | 8 | F2 | 53 | 33 |
| Octal | 43 | 34 | 352 | 125 | 130 | 0 | 10 | 362 | 123 | 63 |
| Binary | 100011 | 11100 | 11101010 | 1010101 | 1011000 | 0 | 1000 | 11110010 | 1010011 | 110011 |
Color Harmonies of #231CEA
Complementary color
Monochromatic Colors of #231CEA
Black with #231CEA
Text Example
Text Example
White with #231CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CEA; }
p { color: rgb(35,28,234); }
H1.HeaderClassName
{
color: #231CEA;
}
.AnyTagClassName
{
color: #231CEA;
}
</style>
background-color css
<style>
a { background-color: #231CEA; }
a { background-color: rgb(35,28,234); }
div.DivClassName
{
background-color: #231CEA;
}
.BgClassName
{
background-color: #231CEA;
}
</style>
border-color css
<style>
span { border-color: #231CEA; }
span { border-color: rgb(35,28,234); }
td.TdClassName
{
border-color: #231CEA;
}
.TagClassName
{
border-color: #231CEA;
}
</style>