Shades of Ultramarine #2B2492
Tints of Ultramarine #2B2492
RGB
CMYK
RGB Variations
Color information
#2B2492 (or 0x2B2492) is known color: Ultramarine. HEX triplet: 2B, 24 and 92. RGB value is (43,36,146). Sum of RGB (Red+Green+Blue) = 43+36+146=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2492 is #D4DB6D. Grayscale: #323232. Windows color (decimal): -13949806 or 9577515. OLE color: 9577515.
HSL color Cylindrical-coordinate representation of color #2B2492: hue angle of 243.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2492 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 36 | 146 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.43 |
| HSL | 243.82º | 0.6% | 0.36% | - |
| HSV(B) | 243.82º | 0.75% | 0.57% | - |
| XYZ | 6.82 | 3.85 | 27.58 | - |
| YUV | 50.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 146 | 0.71 | 0.75 | 0 | 0.43 | 243.82 | 0.6 | 0.36 |
| Hex | 2B | 24 | 92 | 47 | 4B | 0 | 2B | F4 | 3C | 24 |
| Octal | 53 | 44 | 222 | 107 | 113 | 0 | 53 | 364 | 74 | 44 |
| Binary | 101011 | 100100 | 10010010 | 1000111 | 1001011 | 0 | 101011 | 11110100 | 111100 | 100100 |
Color Harmonies of #2B2492
Complementary color
Monochromatic Colors of #2B2492
Black with #2B2492
Text Example
Text Example
White with #2B2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2492; }
p { color: rgb(43,36,146); }
H1.HeaderClassName
{
color: #2B2492;
}
.AnyTagClassName
{
color: #2B2492;
}
</style>
background-color css
<style>
a { background-color: #2B2492; }
a { background-color: rgb(43,36,146); }
div.DivClassName
{
background-color: #2B2492;
}
.BgClassName
{
background-color: #2B2492;
}
</style>
border-color css
<style>
span { border-color: #2B2492; }
span { border-color: rgb(43,36,146); }
td.TdClassName
{
border-color: #2B2492;
}
.TagClassName
{
border-color: #2B2492;
}
</style>