Shades of Medium Blue #231BDE
Tints of Medium Blue #231BDE
RGB
CMYK
RGB Variations
Color information
#231BDE (or 0x231BDE) is known color: Medium Blue. HEX triplet: 23, 1B and DE. RGB value is (35,27,222). Sum of RGB (Red+Green+Blue) = 35+27+222=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #231BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BDE is #DCE421. Grayscale: #323232. Windows color (decimal): -14476322 or 14555939. OLE color: 14555939.
HSL color Cylindrical-coordinate representation of color #231BDE: hue angle of 242.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231BDE is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 27 | 222 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.13 |
| HSL | 242.46º | 0.78% | 0.49% | - |
| HSV(B) | 242.46º | 0.88% | 0.87% | - |
| XYZ | 14.27 | 6.42 | 69.59 | - |
| YUV | 51.62 | 224.15 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 222 | 0.84 | 0.88 | 0 | 0.13 | 242.46 | 0.78 | 0.49 |
| Hex | 23 | 1B | DE | 54 | 58 | 0 | D | F2 | 4E | 31 |
| Octal | 43 | 33 | 336 | 124 | 130 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100011 | 11011 | 11011110 | 1010100 | 1011000 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #231BDE
Complementary color
Monochromatic Colors of #231BDE
Black with #231BDE
Text Example
Text Example
White with #231BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BDE; }
p { color: rgb(35,27,222); }
H1.HeaderClassName
{
color: #231BDE;
}
.AnyTagClassName
{
color: #231BDE;
}
</style>
background-color css
<style>
a { background-color: #231BDE; }
a { background-color: rgb(35,27,222); }
div.DivClassName
{
background-color: #231BDE;
}
.BgClassName
{
background-color: #231BDE;
}
</style>
border-color css
<style>
span { border-color: #231BDE; }
span { border-color: rgb(35,27,222); }
td.TdClassName
{
border-color: #231BDE;
}
.TagClassName
{
border-color: #231BDE;
}
</style>