Shades of Ultramarine #2B1F92
Tints of Ultramarine #2B1F92
RGB
CMYK
RGB Variations
Color information
#2B1F92 (or 0x2B1F92) is known color: Ultramarine. HEX triplet: 2B, 1F and 92. RGB value is (43,31,146). Sum of RGB (Red+Green+Blue) = 43+31+146=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B1F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1F92 is #D4E06D. Grayscale: #2F2F2F. Windows color (decimal): -13951086 or 9576235. OLE color: 9576235.
HSL color Cylindrical-coordinate representation of color #2B1F92: hue angle of 246.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B1F92 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 31 | 146 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.43 |
| HSL | 246.26º | 0.65% | 0.35% | - |
| HSV(B) | 246.26º | 0.79% | 0.57% | - |
| XYZ | 6.67 | 3.57 | 27.53 | - |
| YUV | 47.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 146 | 0.71 | 0.79 | 0 | 0.43 | 246.26 | 0.65 | 0.35 |
| Hex | 2B | 1F | 92 | 47 | 4F | 0 | 2B | F6 | 41 | 23 |
| Octal | 53 | 37 | 222 | 107 | 117 | 0 | 53 | 366 | 101 | 43 |
| Binary | 101011 | 11111 | 10010010 | 1000111 | 1001111 | 0 | 101011 | 11110110 | 1000001 | 100011 |
Color Harmonies of #2B1F92
Complementary color
Monochromatic Colors of #2B1F92
Black with #2B1F92
Text Example
Text Example
White with #2B1F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F92; }
p { color: rgb(43,31,146); }
H1.HeaderClassName
{
color: #2B1F92;
}
.AnyTagClassName
{
color: #2B1F92;
}
</style>
background-color css
<style>
a { background-color: #2B1F92; }
a { background-color: rgb(43,31,146); }
div.DivClassName
{
background-color: #2B1F92;
}
.BgClassName
{
background-color: #2B1F92;
}
</style>
border-color css
<style>
span { border-color: #2B1F92; }
span { border-color: rgb(43,31,146); }
td.TdClassName
{
border-color: #2B1F92;
}
.TagClassName
{
border-color: #2B1F92;
}
</style>