Shades of Blue #231BEA
Tints of Blue #231BEA
RGB
CMYK
RGB Variations
Color information
#231BEA (or 0x231BEA) is known color: Blue. HEX triplet: 23, 1B and EA. RGB value is (35,27,234). Sum of RGB (Red+Green+Blue) = 35+27+234=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 234 (91.80% from 255 or 79.05% from 296); Max value from RGB is 234 - color contains mainly: blue. Hex color #231BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231BEA is #DCE415. Grayscale: #343434. Windows color (decimal): -14476310 or 15342371. OLE color: 15342371.
HSL color Cylindrical-coordinate representation of color #231BEA: hue angle of 242.32º 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 #231BEA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 27 | 234 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.08 |
| HSL | 242.32º | 0.83% | 0.51% | - |
| HSV(B) | 242.32º | 0.88% | 0.92% | - |
| XYZ | 15.94 | 7.08 | 78.37 | - |
| YUV | 52.99 | 230.15 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 234 | 0.85 | 0.88 | 0 | 0.08 | 242.32 | 0.83 | 0.51 |
| Hex | 23 | 1B | EA | 55 | 58 | 0 | 8 | F2 | 53 | 33 |
| Octal | 43 | 33 | 352 | 125 | 130 | 0 | 10 | 362 | 123 | 63 |
| Binary | 100011 | 11011 | 11101010 | 1010101 | 1011000 | 0 | 1000 | 11110010 | 1010011 | 110011 |
Color Harmonies of #231BEA
Complementary color
Monochromatic Colors of #231BEA
Black with #231BEA
Text Example
Text Example
White with #231BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BEA; }
p { color: rgb(35,27,234); }
H1.HeaderClassName
{
color: #231BEA;
}
.AnyTagClassName
{
color: #231BEA;
}
</style>
background-color css
<style>
a { background-color: #231BEA; }
a { background-color: rgb(35,27,234); }
div.DivClassName
{
background-color: #231BEA;
}
.BgClassName
{
background-color: #231BEA;
}
</style>
border-color css
<style>
span { border-color: #231BEA; }
span { border-color: rgb(35,27,234); }
td.TdClassName
{
border-color: #231BEA;
}
.TagClassName
{
border-color: #231BEA;
}
</style>