Shades of Ultramarine #2B2392
Tints of Ultramarine #2B2392
RGB
CMYK
RGB Variations
Color information
#2B2392 (or 0x2B2392) is known color: Ultramarine. HEX triplet: 2B, 23 and 92. RGB value is (43,35,146). Sum of RGB (Red+Green+Blue) = 43+35+146=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2392 is #D4DC6D. Grayscale: #313131. Windows color (decimal): -13950062 or 9577259. OLE color: 9577259.
HSL color Cylindrical-coordinate representation of color #2B2392: hue angle of 244.32º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2392 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 35 | 146 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.43 |
| HSL | 244.32º | 0.61% | 0.35% | - |
| HSV(B) | 244.32º | 0.76% | 0.57% | - |
| XYZ | 6.79 | 3.79 | 27.57 | - |
| YUV | 50.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 146 | 0.71 | 0.76 | 0 | 0.43 | 244.32 | 0.61 | 0.35 |
| Hex | 2B | 23 | 92 | 47 | 4C | 0 | 2B | F4 | 3D | 23 |
| Octal | 53 | 43 | 222 | 107 | 114 | 0 | 53 | 364 | 75 | 43 |
| Binary | 101011 | 100011 | 10010010 | 1000111 | 1001100 | 0 | 101011 | 11110100 | 111101 | 100011 |
Color Harmonies of #2B2392
Complementary color
Monochromatic Colors of #2B2392
Black with #2B2392
Text Example
Text Example
White with #2B2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2392; }
p { color: rgb(43,35,146); }
H1.HeaderClassName
{
color: #2B2392;
}
.AnyTagClassName
{
color: #2B2392;
}
</style>
background-color css
<style>
a { background-color: #2B2392; }
a { background-color: rgb(43,35,146); }
div.DivClassName
{
background-color: #2B2392;
}
.BgClassName
{
background-color: #2B2392;
}
</style>
border-color css
<style>
span { border-color: #2B2392; }
span { border-color: rgb(43,35,146); }
td.TdClassName
{
border-color: #2B2392;
}
.TagClassName
{
border-color: #2B2392;
}
</style>