Shades of Ultramarine #2D1AAC
Tints of Ultramarine #2D1AAC
RGB
CMYK
RGB Variations
Color information
#2D1AAC (or 0x2D1AAC) is known color: Ultramarine. HEX triplet: 2D, 1A and AC. RGB value is (45,26,172). Sum of RGB (Red+Green+Blue) = 45+26+172=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D1AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1AAC is #D2E553. Grayscale: #2F2F2F. Windows color (decimal): -13821268 or 11278893. OLE color: 11278893.
HSL color Cylindrical-coordinate representation of color #2D1AAC: hue angle of 247.81º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1AAC is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 26 | 172 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.33 |
| HSL | 247.81º | 0.74% | 0.39% | - |
| HSV(B) | 247.81º | 0.85% | 0.67% | - |
| XYZ | 8.9 | 4.28 | 39.39 | - |
| YUV | 48.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 172 | 0.74 | 0.85 | 0 | 0.33 | 247.81 | 0.74 | 0.39 |
| Hex | 2D | 1A | AC | 4A | 55 | 0 | 21 | F8 | 4A | 27 |
| Octal | 55 | 32 | 254 | 112 | 125 | 0 | 41 | 370 | 112 | 47 |
| Binary | 101101 | 11010 | 10101100 | 1001010 | 1010101 | 0 | 100001 | 11111000 | 1001010 | 100111 |
Color Harmonies of #2D1AAC
Complementary color
Monochromatic Colors of #2D1AAC
Black with #2D1AAC
Text Example
Text Example
White with #2D1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1AAC; }
p { color: rgb(45,26,172); }
H1.HeaderClassName
{
color: #2D1AAC;
}
.AnyTagClassName
{
color: #2D1AAC;
}
</style>
background-color css
<style>
a { background-color: #2D1AAC; }
a { background-color: rgb(45,26,172); }
div.DivClassName
{
background-color: #2D1AAC;
}
.BgClassName
{
background-color: #2D1AAC;
}
</style>
border-color css
<style>
span { border-color: #2D1AAC; }
span { border-color: rgb(45,26,172); }
td.TdClassName
{
border-color: #2D1AAC;
}
.TagClassName
{
border-color: #2D1AAC;
}
</style>