Shades of Medium Blue #231AD3
Tints of Medium Blue #231AD3
RGB
CMYK
RGB Variations
Color information
#231AD3 (or 0x231AD3) is known color: Medium Blue. HEX triplet: 23, 1A and D3. RGB value is (35,26,211). Sum of RGB (Red+Green+Blue) = 35+26+211=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 211 (82.81% from 255 or 77.57% from 272); Max value from RGB is 211 - color contains mainly: blue. Hex color #231AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AD3 is #DCE52C. Grayscale: #313131. Windows color (decimal): -14476589 or 13834787. OLE color: 13834787.
HSL color Cylindrical-coordinate representation of color #231AD3: hue angle of 242.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231AD3 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 26 | 211 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.17 |
| HSL | 242.92º | 0.78% | 0.46% | - |
| HSV(B) | 242.92º | 0.88% | 0.83% | - |
| XYZ | 12.82 | 5.8 | 62.07 | - |
| YUV | 49.78 | 218.98 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 211 | 0.83 | 0.88 | 0 | 0.17 | 242.92 | 0.78 | 0.46 |
| Hex | 23 | 1A | D3 | 53 | 58 | 0 | 11 | F3 | 4E | 2E |
| Octal | 43 | 32 | 323 | 123 | 130 | 0 | 21 | 363 | 116 | 56 |
| Binary | 100011 | 11010 | 11010011 | 1010011 | 1011000 | 0 | 10001 | 11110011 | 1001110 | 101110 |
Color Harmonies of #231AD3
Complementary color
Monochromatic Colors of #231AD3
Black with #231AD3
Text Example
Text Example
White with #231AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AD3; }
p { color: rgb(35,26,211); }
H1.HeaderClassName
{
color: #231AD3;
}
.AnyTagClassName
{
color: #231AD3;
}
</style>
background-color css
<style>
a { background-color: #231AD3; }
a { background-color: rgb(35,26,211); }
div.DivClassName
{
background-color: #231AD3;
}
.BgClassName
{
background-color: #231AD3;
}
</style>
border-color css
<style>
span { border-color: #231AD3; }
span { border-color: rgb(35,26,211); }
td.TdClassName
{
border-color: #231AD3;
}
.TagClassName
{
border-color: #231AD3;
}
</style>