Shades of Ultramarine #2D1DA5
Tints of Ultramarine #2D1DA5
RGB
CMYK
RGB Variations
Color information
#2D1DA5 (or 0x2D1DA5) is known color: Ultramarine. HEX triplet: 2D, 1D and A5. RGB value is (45,29,165). Sum of RGB (Red+Green+Blue) = 45+29+165=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 165 (64.84% from 255 or 69.04% from 239); Max value from RGB is 165 - color contains mainly: blue. Hex color #2D1DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1DA5 is #D2E25A. Grayscale: #303030. Windows color (decimal): -13820507 or 10820909. OLE color: 10820909.
HSL color Cylindrical-coordinate representation of color #2D1DA5: hue angle of 247.06º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1DA5 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 29 | 165 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.35 |
| HSL | 247.06º | 0.7% | 0.38% | - |
| HSV(B) | 247.06º | 0.82% | 0.65% | - |
| XYZ | 8.31 | 4.15 | 35.96 | - |
| YUV | 49.29 | 193.3 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 165 | 0.73 | 0.82 | 0 | 0.35 | 247.06 | 0.7 | 0.38 |
| Hex | 2D | 1D | A5 | 49 | 52 | 0 | 23 | F7 | 46 | 26 |
| Octal | 55 | 35 | 245 | 111 | 122 | 0 | 43 | 367 | 106 | 46 |
| Binary | 101101 | 11101 | 10100101 | 1001001 | 1010010 | 0 | 100011 | 11110111 | 1000110 | 100110 |
Color Harmonies of #2D1DA5
Complementary color
Monochromatic Colors of #2D1DA5
Black with #2D1DA5
Text Example
Text Example
White with #2D1DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DA5; }
p { color: rgb(45,29,165); }
H1.HeaderClassName
{
color: #2D1DA5;
}
.AnyTagClassName
{
color: #2D1DA5;
}
</style>
background-color css
<style>
a { background-color: #2D1DA5; }
a { background-color: rgb(45,29,165); }
div.DivClassName
{
background-color: #2D1DA5;
}
.BgClassName
{
background-color: #2D1DA5;
}
</style>
border-color css
<style>
span { border-color: #2D1DA5; }
span { border-color: rgb(45,29,165); }
td.TdClassName
{
border-color: #2D1DA5;
}
.TagClassName
{
border-color: #2D1DA5;
}
</style>