Shades of Medium Blue #231AD6
Tints of Medium Blue #231AD6
RGB
CMYK
RGB Variations
Color information
#231AD6 (or 0x231AD6) is known color: Medium Blue. HEX triplet: 23, 1A and D6. RGB value is (35,26,214). Sum of RGB (Red+Green+Blue) = 35+26+214=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 214 (83.98% from 255 or 77.82% from 275); Max value from RGB is 214 - color contains mainly: blue. Hex color #231AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AD6 is #DCE529. Grayscale: #313131. Windows color (decimal): -14476586 or 14031395. OLE color: 14031395.
HSL color Cylindrical-coordinate representation of color #231AD6: hue angle of 242.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231AD6 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 26 | 214 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.16 |
| HSL | 242.87º | 0.78% | 0.47% | - |
| HSV(B) | 242.87º | 0.88% | 0.84% | - |
| XYZ | 13.2 | 5.95 | 64.07 | - |
| YUV | 50.12 | 220.48 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 214 | 0.84 | 0.88 | 0 | 0.16 | 242.87 | 0.78 | 0.47 |
| Hex | 23 | 1A | D6 | 54 | 58 | 0 | 10 | F3 | 4E | 2F |
| Octal | 43 | 32 | 326 | 124 | 130 | 0 | 20 | 363 | 116 | 57 |
| Binary | 100011 | 11010 | 11010110 | 1010100 | 1011000 | 0 | 10000 | 11110011 | 1001110 | 101111 |
Color Harmonies of #231AD6
Complementary color
Monochromatic Colors of #231AD6
Black with #231AD6
Text Example
Text Example
White with #231AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AD6; }
p { color: rgb(35,26,214); }
H1.HeaderClassName
{
color: #231AD6;
}
.AnyTagClassName
{
color: #231AD6;
}
</style>
background-color css
<style>
a { background-color: #231AD6; }
a { background-color: rgb(35,26,214); }
div.DivClassName
{
background-color: #231AD6;
}
.BgClassName
{
background-color: #231AD6;
}
</style>
border-color css
<style>
span { border-color: #231AD6; }
span { border-color: rgb(35,26,214); }
td.TdClassName
{
border-color: #231AD6;
}
.TagClassName
{
border-color: #231AD6;
}
</style>