Shades of Ultramarine #2D16B3
Tints of Ultramarine #2D16B3
RGB
CMYK
RGB Variations
Color information
#2D16B3 (or 0x2D16B3) is known color: Ultramarine. HEX triplet: 2D, 16 and B3. RGB value is (45,22,179). Sum of RGB (Red+Green+Blue) = 45+22+179=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 179 (70.31% from 255 or 72.76% from 246); Max value from RGB is 179 - color contains mainly: blue. Hex color #2D16B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D16B3 is #D2E94C. Grayscale: #2E2E2E. Windows color (decimal): -13822285 or 11736621. OLE color: 11736621.
HSL color Cylindrical-coordinate representation of color #2D16B3: hue angle of 248.79º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D16B3 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 22 | 179 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.30 |
| HSL | 248.79º | 0.78% | 0.39% | - |
| HSV(B) | 248.79º | 0.88% | 0.7% | - |
| XYZ | 9.51 | 4.39 | 42.99 | - |
| YUV | 46.78 | 202.62 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 179 | 0.75 | 0.88 | 0 | 0.30 | 248.79 | 0.78 | 0.39 |
| Hex | 2D | 16 | B3 | 4B | 58 | 0 | 1E | F9 | 4E | 27 |
| Octal | 55 | 26 | 263 | 113 | 130 | 0 | 36 | 371 | 116 | 47 |
| Binary | 101101 | 10110 | 10110011 | 1001011 | 1011000 | 0 | 11110 | 11111001 | 1001110 | 100111 |
Color Harmonies of #2D16B3
Complementary color
Monochromatic Colors of #2D16B3
Black with #2D16B3
Text Example
Text Example
White with #2D16B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D16B3; }
p { color: rgb(45,22,179); }
H1.HeaderClassName
{
color: #2D16B3;
}
.AnyTagClassName
{
color: #2D16B3;
}
</style>
background-color css
<style>
a { background-color: #2D16B3; }
a { background-color: rgb(45,22,179); }
div.DivClassName
{
background-color: #2D16B3;
}
.BgClassName
{
background-color: #2D16B3;
}
</style>
border-color css
<style>
span { border-color: #2D16B3; }
span { border-color: rgb(45,22,179); }
td.TdClassName
{
border-color: #2D16B3;
}
.TagClassName
{
border-color: #2D16B3;
}
</style>