Shades of Ultramarine #2B2593
Tints of Ultramarine #2B2593
RGB
CMYK
RGB Variations
Color information
#2B2593 (or 0x2B2593) is known color: Ultramarine. HEX triplet: 2B, 25 and 93. RGB value is (43,37,147). Sum of RGB (Red+Green+Blue) = 43+37+147=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B2593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2593 is #D4DA6C. Grayscale: #323232. Windows color (decimal): -13949549 or 9643307. OLE color: 9643307.
HSL color Cylindrical-coordinate representation of color #2B2593: hue angle of 243.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2593 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 37 | 147 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.42 |
| HSL | 243.27º | 0.6% | 0.36% | - |
| HSV(B) | 243.27º | 0.75% | 0.58% | - |
| XYZ | 6.92 | 3.94 | 28 | - |
| YUV | 51.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 147 | 0.71 | 0.75 | 0 | 0.42 | 243.27 | 0.6 | 0.36 |
| Hex | 2B | 25 | 93 | 47 | 4B | 0 | 2A | F3 | 3C | 24 |
| Octal | 53 | 45 | 223 | 107 | 113 | 0 | 52 | 363 | 74 | 44 |
| Binary | 101011 | 100101 | 10010011 | 1000111 | 1001011 | 0 | 101010 | 11110011 | 111100 | 100100 |
Color Harmonies of #2B2593
Complementary color
Monochromatic Colors of #2B2593
Black with #2B2593
Text Example
Text Example
White with #2B2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2593; }
p { color: rgb(43,37,147); }
H1.HeaderClassName
{
color: #2B2593;
}
.AnyTagClassName
{
color: #2B2593;
}
</style>
background-color css
<style>
a { background-color: #2B2593; }
a { background-color: rgb(43,37,147); }
div.DivClassName
{
background-color: #2B2593;
}
.BgClassName
{
background-color: #2B2593;
}
</style>
border-color css
<style>
span { border-color: #2B2593; }
span { border-color: rgb(43,37,147); }
td.TdClassName
{
border-color: #2B2593;
}
.TagClassName
{
border-color: #2B2593;
}
</style>