Shades of Ultramarine #2D1B98
Tints of Ultramarine #2D1B98
RGB
CMYK
RGB Variations
Color information
#2D1B98 (or 0x2D1B98) is known color: Ultramarine. HEX triplet: 2D, 1B and 98. RGB value is (45,27,152). Sum of RGB (Red+Green+Blue) = 45+27+152=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D1B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1B98 is #D2E467. Grayscale: #2E2E2E. Windows color (decimal): -13821032 or 9968429. OLE color: 9968429.
HSL color Cylindrical-coordinate representation of color #2D1B98: hue angle of 248.64º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1B98 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 27 | 152 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.40 |
| HSL | 248.64º | 0.7% | 0.35% | - |
| HSV(B) | 248.64º | 0.82% | 0.6% | - |
| XYZ | 7.14 | 3.61 | 30.03 | - |
| YUV | 46.63 | 187.46 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 152 | 0.70 | 0.82 | 0 | 0.40 | 248.64 | 0.7 | 0.35 |
| Hex | 2D | 1B | 98 | 46 | 52 | 0 | 28 | F9 | 46 | 23 |
| Octal | 55 | 33 | 230 | 106 | 122 | 0 | 50 | 371 | 106 | 43 |
| Binary | 101101 | 11011 | 10011000 | 1000110 | 1010010 | 0 | 101000 | 11111001 | 1000110 | 100011 |
Color Harmonies of #2D1B98
Complementary color
Monochromatic Colors of #2D1B98
Black with #2D1B98
Text Example
Text Example
White with #2D1B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1B98; }
p { color: rgb(45,27,152); }
H1.HeaderClassName
{
color: #2D1B98;
}
.AnyTagClassName
{
color: #2D1B98;
}
</style>
background-color css
<style>
a { background-color: #2D1B98; }
a { background-color: rgb(45,27,152); }
div.DivClassName
{
background-color: #2D1B98;
}
.BgClassName
{
background-color: #2D1B98;
}
</style>
border-color css
<style>
span { border-color: #2D1B98; }
span { border-color: rgb(45,27,152); }
td.TdClassName
{
border-color: #2D1B98;
}
.TagClassName
{
border-color: #2D1B98;
}
</style>