Shades of Ultramarine #2D1EA2
Tints of Ultramarine #2D1EA2
RGB
CMYK
RGB Variations
Color information
#2D1EA2 (or 0x2D1EA2) is known color: Ultramarine. HEX triplet: 2D, 1E and A2. RGB value is (45,30,162). Sum of RGB (Red+Green+Blue) = 45+30+162=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #2D1EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1EA2 is #D2E15D. Grayscale: #313131. Windows color (decimal): -13820254 or 10624557. OLE color: 10624557.
HSL color Cylindrical-coordinate representation of color #2D1EA2: hue angle of 246.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1EA2 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 30 | 162 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.36 |
| HSL | 246.82º | 0.69% | 0.38% | - |
| HSV(B) | 246.82º | 0.81% | 0.64% | - |
| XYZ | 8.07 | 4.1 | 34.55 | - |
| YUV | 49.53 | 191.47 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 162 | 0.72 | 0.81 | 0 | 0.36 | 246.82 | 0.69 | 0.38 |
| Hex | 2D | 1E | A2 | 48 | 51 | 0 | 24 | F7 | 45 | 26 |
| Octal | 55 | 36 | 242 | 110 | 121 | 0 | 44 | 367 | 105 | 46 |
| Binary | 101101 | 11110 | 10100010 | 1001000 | 1010001 | 0 | 100100 | 11110111 | 1000101 | 100110 |
Color Harmonies of #2D1EA2
Complementary color
Monochromatic Colors of #2D1EA2
Black with #2D1EA2
Text Example
Text Example
White with #2D1EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EA2; }
p { color: rgb(45,30,162); }
H1.HeaderClassName
{
color: #2D1EA2;
}
.AnyTagClassName
{
color: #2D1EA2;
}
</style>
background-color css
<style>
a { background-color: #2D1EA2; }
a { background-color: rgb(45,30,162); }
div.DivClassName
{
background-color: #2D1EA2;
}
.BgClassName
{
background-color: #2D1EA2;
}
</style>
border-color css
<style>
span { border-color: #2D1EA2; }
span { border-color: rgb(45,30,162); }
td.TdClassName
{
border-color: #2D1EA2;
}
.TagClassName
{
border-color: #2D1EA2;
}
</style>