Shades of Ultramarine #231DA2
Tints of Ultramarine #231DA2
RGB
CMYK
RGB Variations
Color information
#231DA2 (or 0x231DA2) is known color: Ultramarine. HEX triplet: 23, 1D and A2. RGB value is (35,29,162). Sum of RGB (Red+Green+Blue) = 35+29+162=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #231DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231DA2 is #DCE25D. Grayscale: #2D2D2D. Windows color (decimal): -14475870 or 10624291. OLE color: 10624291.
HSL color Cylindrical-coordinate representation of color #231DA2: hue angle of 242.71º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231DA2 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 29 | 162 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.36 |
| HSL | 242.71º | 0.7% | 0.37% | - |
| HSV(B) | 242.71º | 0.82% | 0.64% | - |
| XYZ | 7.65 | 3.84 | 34.52 | - |
| YUV | 45.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 162 | 0.78 | 0.82 | 0 | 0.36 | 242.71 | 0.7 | 0.37 |
| Hex | 23 | 1D | A2 | 4E | 52 | 0 | 24 | F3 | 46 | 25 |
| Octal | 43 | 35 | 242 | 116 | 122 | 0 | 44 | 363 | 106 | 45 |
| Binary | 100011 | 11101 | 10100010 | 1001110 | 1010010 | 0 | 100100 | 11110011 | 1000110 | 100101 |
Color Harmonies of #231DA2
Complementary color
Monochromatic Colors of #231DA2
Black with #231DA2
Text Example
Text Example
White with #231DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231DA2; }
p { color: rgb(35,29,162); }
H1.HeaderClassName
{
color: #231DA2;
}
.AnyTagClassName
{
color: #231DA2;
}
</style>
background-color css
<style>
a { background-color: #231DA2; }
a { background-color: rgb(35,29,162); }
div.DivClassName
{
background-color: #231DA2;
}
.BgClassName
{
background-color: #231DA2;
}
</style>
border-color css
<style>
span { border-color: #231DA2; }
span { border-color: rgb(35,29,162); }
td.TdClassName
{
border-color: #231DA2;
}
.TagClassName
{
border-color: #231DA2;
}
</style>