Shades of Medium Blue #231AD4
Tints of Medium Blue #231AD4
RGB
CMYK
RGB Variations
Color information
#231AD4 (or 0x231AD4) is known color: Medium Blue. HEX triplet: 23, 1A and D4. RGB value is (35,26,212). Sum of RGB (Red+Green+Blue) = 35+26+212=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 212 (83.20% from 255 or 77.66% from 273); Max value from RGB is 212 - color contains mainly: blue. Hex color #231AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AD4 is #DCE52B. Grayscale: #313131. Windows color (decimal): -14476588 or 13900323. OLE color: 13900323.
HSL color Cylindrical-coordinate representation of color #231AD4: hue angle of 242.9º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231AD4 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 26 | 212 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.17 |
| HSL | 242.9º | 0.78% | 0.47% | - |
| HSV(B) | 242.9º | 0.88% | 0.83% | - |
| XYZ | 12.95 | 5.85 | 62.73 | - |
| YUV | 49.9 | 219.48 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 212 | 0.83 | 0.88 | 0 | 0.17 | 242.9 | 0.78 | 0.47 |
| Hex | 23 | 1A | D4 | 53 | 58 | 0 | 11 | F3 | 4E | 2F |
| Octal | 43 | 32 | 324 | 123 | 130 | 0 | 21 | 363 | 116 | 57 |
| Binary | 100011 | 11010 | 11010100 | 1010011 | 1011000 | 0 | 10001 | 11110011 | 1001110 | 101111 |
Color Harmonies of #231AD4
Complementary color
Monochromatic Colors of #231AD4
Black with #231AD4
Text Example
Text Example
White with #231AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AD4; }
p { color: rgb(35,26,212); }
H1.HeaderClassName
{
color: #231AD4;
}
.AnyTagClassName
{
color: #231AD4;
}
</style>
background-color css
<style>
a { background-color: #231AD4; }
a { background-color: rgb(35,26,212); }
div.DivClassName
{
background-color: #231AD4;
}
.BgClassName
{
background-color: #231AD4;
}
</style>
border-color css
<style>
span { border-color: #231AD4; }
span { border-color: rgb(35,26,212); }
td.TdClassName
{
border-color: #231AD4;
}
.TagClassName
{
border-color: #231AD4;
}
</style>