Shades of Ultramarine #2B1DA3
Tints of Ultramarine #2B1DA3
RGB
CMYK
RGB Variations
Color information
#2B1DA3 (or 0x2B1DA3) is known color: Ultramarine. HEX triplet: 2B, 1D and A3. RGB value is (43,29,163). Sum of RGB (Red+Green+Blue) = 43+29+163=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 163 (64.06% from 255 or 69.36% from 235); Max value from RGB is 163 - color contains mainly: blue. Hex color #2B1DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1DA3 is #D4E25C. Grayscale: #2F2F2F. Windows color (decimal): -13951581 or 10689835. OLE color: 10689835.
HSL color Cylindrical-coordinate representation of color #2B1DA3: hue angle of 246.27º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1DA3 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 29 | 163 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.36 |
| HSL | 246.27º | 0.7% | 0.38% | - |
| HSV(B) | 246.27º | 0.82% | 0.64% | - |
| XYZ | 8.05 | 4.04 | 35.01 | - |
| YUV | 48.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 163 | 0.74 | 0.82 | 0 | 0.36 | 246.27 | 0.7 | 0.38 |
| Hex | 2B | 1D | A3 | 4A | 52 | 0 | 24 | F6 | 46 | 26 |
| Octal | 53 | 35 | 243 | 112 | 122 | 0 | 44 | 366 | 106 | 46 |
| Binary | 101011 | 11101 | 10100011 | 1001010 | 1010010 | 0 | 100100 | 11110110 | 1000110 | 100110 |
Color Harmonies of #2B1DA3
Complementary color
Monochromatic Colors of #2B1DA3
Black with #2B1DA3
Text Example
Text Example
White with #2B1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1DA3; }
p { color: rgb(43,29,163); }
H1.HeaderClassName
{
color: #2B1DA3;
}
.AnyTagClassName
{
color: #2B1DA3;
}
</style>
background-color css
<style>
a { background-color: #2B1DA3; }
a { background-color: rgb(43,29,163); }
div.DivClassName
{
background-color: #2B1DA3;
}
.BgClassName
{
background-color: #2B1DA3;
}
</style>
border-color css
<style>
span { border-color: #2B1DA3; }
span { border-color: rgb(43,29,163); }
td.TdClassName
{
border-color: #2B1DA3;
}
.TagClassName
{
border-color: #2B1DA3;
}
</style>