Shades of Ultramarine #2B2699
Tints of Ultramarine #2B2699
RGB
CMYK
RGB Variations
Color information
#2B2699 (or 0x2B2699) is known color: Ultramarine. HEX triplet: 2B, 26 and 99. RGB value is (43,38,153). Sum of RGB (Red+Green+Blue) = 43+38+153=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B2699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2699 is #D4D966. Grayscale: #343434. Windows color (decimal): -13949287 or 10036779. OLE color: 10036779.
HSL color Cylindrical-coordinate representation of color #2B2699: hue angle of 242.61º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2699 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 38 | 153 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.4 |
| HSL | 242.61º | 0.6% | 0.37% | - |
| HSV(B) | 242.61º | 0.75% | 0.6% | - |
| XYZ | 7.44 | 4.2 | 30.56 | - |
| YUV | 52.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 153 | 0.72 | 0.75 | 0 | 0.4 | 242.61 | 0.6 | 0.37 |
| Hex | 2B | 26 | 99 | 48 | 4B | 0 | 28 | F3 | 3C | 25 |
| Octal | 53 | 46 | 231 | 110 | 113 | 0 | 50 | 363 | 74 | 45 |
| Binary | 101011 | 100110 | 10011001 | 1001000 | 1001011 | 0 | 101000 | 11110011 | 111100 | 100101 |
Color Harmonies of #2B2699
Complementary color
Monochromatic Colors of #2B2699
Black with #2B2699
Text Example
Text Example
White with #2B2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2699; }
p { color: rgb(43,38,153); }
H1.HeaderClassName
{
color: #2B2699;
}
.AnyTagClassName
{
color: #2B2699;
}
</style>
background-color css
<style>
a { background-color: #2B2699; }
a { background-color: rgb(43,38,153); }
div.DivClassName
{
background-color: #2B2699;
}
.BgClassName
{
background-color: #2B2699;
}
</style>
border-color css
<style>
span { border-color: #2B2699; }
span { border-color: rgb(43,38,153); }
td.TdClassName
{
border-color: #2B2699;
}
.TagClassName
{
border-color: #2B2699;
}
</style>