Shades of Ultramarine #2B2692
Tints of Ultramarine #2B2692
RGB
CMYK
RGB Variations
Color information
#2B2692 (or 0x2B2692) is known color: Ultramarine. HEX triplet: 2B, 26 and 92. RGB value is (43,38,146). Sum of RGB (Red+Green+Blue) = 43+38+146=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B2692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2692 is #D4D96D. Grayscale: #333333. Windows color (decimal): -13949294 or 9578027. OLE color: 9578027.
HSL color Cylindrical-coordinate representation of color #2B2692: hue angle of 242.78º 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 #2B2692 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 38 | 146 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.43 |
| HSL | 242.78º | 0.59% | 0.36% | - |
| HSV(B) | 242.78º | 0.74% | 0.57% | - |
| XYZ | 6.88 | 3.98 | 27.6 | - |
| YUV | 51.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 146 | 0.71 | 0.74 | 0 | 0.43 | 242.78 | 0.59 | 0.36 |
| Hex | 2B | 26 | 92 | 47 | 4A | 0 | 2B | F3 | 3B | 24 |
| Octal | 53 | 46 | 222 | 107 | 112 | 0 | 53 | 363 | 73 | 44 |
| Binary | 101011 | 100110 | 10010010 | 1000111 | 1001010 | 0 | 101011 | 11110011 | 111011 | 100100 |
Color Harmonies of #2B2692
Complementary color
Monochromatic Colors of #2B2692
Black with #2B2692
Text Example
Text Example
White with #2B2692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2692; }
p { color: rgb(43,38,146); }
H1.HeaderClassName
{
color: #2B2692;
}
.AnyTagClassName
{
color: #2B2692;
}
</style>
background-color css
<style>
a { background-color: #2B2692; }
a { background-color: rgb(43,38,146); }
div.DivClassName
{
background-color: #2B2692;
}
.BgClassName
{
background-color: #2B2692;
}
</style>
border-color css
<style>
span { border-color: #2B2692; }
span { border-color: rgb(43,38,146); }
td.TdClassName
{
border-color: #2B2692;
}
.TagClassName
{
border-color: #2B2692;
}
</style>