Shades of Ultramarine #2D1AAF
Tints of Ultramarine #2D1AAF
RGB
CMYK
RGB Variations
Color information
#2D1AAF (or 0x2D1AAF) is known color: Ultramarine. HEX triplet: 2D, 1A and AF. RGB value is (45,26,175). Sum of RGB (Red+Green+Blue) = 45+26+175=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D1AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1AAF is #D2E550. Grayscale: #303030. Windows color (decimal): -13821265 or 11475501. OLE color: 11475501.
HSL color Cylindrical-coordinate representation of color #2D1AAF: hue angle of 247.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1AAF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 26 | 175 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.31 |
| HSL | 247.65º | 0.74% | 0.39% | - |
| HSV(B) | 247.65º | 0.85% | 0.69% | - |
| XYZ | 9.19 | 4.39 | 40.92 | - |
| YUV | 48.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 175 | 0.74 | 0.85 | 0 | 0.31 | 247.65 | 0.74 | 0.39 |
| Hex | 2D | 1A | AF | 4A | 55 | 0 | 1F | F8 | 4A | 27 |
| Octal | 55 | 32 | 257 | 112 | 125 | 0 | 37 | 370 | 112 | 47 |
| Binary | 101101 | 11010 | 10101111 | 1001010 | 1010101 | 0 | 11111 | 11111000 | 1001010 | 100111 |
Color Harmonies of #2D1AAF
Complementary color
Monochromatic Colors of #2D1AAF
Black with #2D1AAF
Text Example
Text Example
White with #2D1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1AAF; }
p { color: rgb(45,26,175); }
H1.HeaderClassName
{
color: #2D1AAF;
}
.AnyTagClassName
{
color: #2D1AAF;
}
</style>
background-color css
<style>
a { background-color: #2D1AAF; }
a { background-color: rgb(45,26,175); }
div.DivClassName
{
background-color: #2D1AAF;
}
.BgClassName
{
background-color: #2D1AAF;
}
</style>
border-color css
<style>
span { border-color: #2D1AAF; }
span { border-color: rgb(45,26,175); }
td.TdClassName
{
border-color: #2D1AAF;
}
.TagClassName
{
border-color: #2D1AAF;
}
</style>