Shades of Ultramarine #2D04A1
Tints of Ultramarine #2D04A1
RGB
CMYK
RGB Variations
Color information
#2D04A1 (or 0x2D04A1) is known color: Ultramarine. HEX triplet: 2D, 04 and A1. RGB value is (45,4,161). Sum of RGB (Red+Green+Blue) = 45+4+161=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 161 (63.28% from 255 or 76.67% from 210); Max value from RGB is 161 - color contains mainly: blue. Hex color #2D04A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D04A1 is #D2FB5E. Grayscale: #212121. Windows color (decimal): -13826911 or 10552365. OLE color: 10552365.
HSL color Cylindrical-coordinate representation of color #2D04A1: hue angle of 255.67º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D04A1 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 4 | 161 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.37 |
| HSL | 255.67º | 0.95% | 0.32% | - |
| HSV(B) | 255.67º | 0.98% | 0.63% | - |
| XYZ | 7.56 | 3.22 | 33.94 | - |
| YUV | 34.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 161 | 0.72 | 0.98 | 0 | 0.37 | 255.67 | 0.95 | 0.32 |
| Hex | 2D | 4 | A1 | 48 | 62 | 0 | 25 | 100 | 5F | 20 |
| Octal | 55 | 4 | 241 | 110 | 142 | 0 | 45 | 400 | 137 | 40 |
| Binary | 101101 | 100 | 10100001 | 1001000 | 1100010 | 0 | 100101 | 100000000 | 1011111 | 100000 |
Color Harmonies of #2D04A1
Complementary color
Monochromatic Colors of #2D04A1
Black with #2D04A1
Text Example
Text Example
White with #2D04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D04A1; }
p { color: rgb(45,4,161); }
H1.HeaderClassName
{
color: #2D04A1;
}
.AnyTagClassName
{
color: #2D04A1;
}
</style>
background-color css
<style>
a { background-color: #2D04A1; }
a { background-color: rgb(45,4,161); }
div.DivClassName
{
background-color: #2D04A1;
}
.BgClassName
{
background-color: #2D04A1;
}
</style>
border-color css
<style>
span { border-color: #2D04A1; }
span { border-color: rgb(45,4,161); }
td.TdClassName
{
border-color: #2D04A1;
}
.TagClassName
{
border-color: #2D04A1;
}
</style>