Shades of Ultramarine #2B2591
Tints of Ultramarine #2B2591
RGB
CMYK
RGB Variations
Color information
#2B2591 (or 0x2B2591) is known color: Ultramarine. HEX triplet: 2B, 25 and 91. RGB value is (43,37,145). Sum of RGB (Red+Green+Blue) = 43+37+145=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2591 is #D4DA6E. Grayscale: #323232. Windows color (decimal): -13949551 or 9512235. OLE color: 9512235.
HSL color Cylindrical-coordinate representation of color #2B2591: hue angle of 243.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B2591 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 37 | 145 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.43 |
| HSL | 243.33º | 0.59% | 0.36% | - |
| HSV(B) | 243.33º | 0.74% | 0.57% | - |
| XYZ | 6.77 | 3.88 | 27.18 | - |
| YUV | 51.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 145 | 0.70 | 0.74 | 0 | 0.43 | 243.33 | 0.59 | 0.36 |
| Hex | 2B | 25 | 91 | 46 | 4A | 0 | 2B | F3 | 3B | 24 |
| Octal | 53 | 45 | 221 | 106 | 112 | 0 | 53 | 363 | 73 | 44 |
| Binary | 101011 | 100101 | 10010001 | 1000110 | 1001010 | 0 | 101011 | 11110011 | 111011 | 100100 |
Color Harmonies of #2B2591
Complementary color
Monochromatic Colors of #2B2591
Black with #2B2591
Text Example
Text Example
White with #2B2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2591; }
p { color: rgb(43,37,145); }
H1.HeaderClassName
{
color: #2B2591;
}
.AnyTagClassName
{
color: #2B2591;
}
</style>
background-color css
<style>
a { background-color: #2B2591; }
a { background-color: rgb(43,37,145); }
div.DivClassName
{
background-color: #2B2591;
}
.BgClassName
{
background-color: #2B2591;
}
</style>
border-color css
<style>
span { border-color: #2B2591; }
span { border-color: rgb(43,37,145); }
td.TdClassName
{
border-color: #2B2591;
}
.TagClassName
{
border-color: #2B2591;
}
</style>