Shades of Ultramarine #2B229F
Tints of Ultramarine #2B229F
RGB
CMYK
RGB Variations
Color information
#2B229F (or 0x2B229F) is known color: Ultramarine. HEX triplet: 2B, 22 and 9F. RGB value is (43,34,159). Sum of RGB (Red+Green+Blue) = 43+34+159=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B229F is #D4DD60. Grayscale: #323232. Windows color (decimal): -13950305 or 10428971. OLE color: 10428971.
HSL color Cylindrical-coordinate representation of color #2B229F: hue angle of 244.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B229F is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 34 | 159 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.38 |
| HSL | 244.32º | 0.65% | 0.38% | - |
| HSV(B) | 244.32º | 0.79% | 0.62% | - |
| XYZ | 7.83 | 4.16 | 33.19 | - |
| YUV | 50.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 159 | 0.73 | 0.79 | 0 | 0.38 | 244.32 | 0.65 | 0.38 |
| Hex | 2B | 22 | 9F | 49 | 4F | 0 | 26 | F4 | 41 | 26 |
| Octal | 53 | 42 | 237 | 111 | 117 | 0 | 46 | 364 | 101 | 46 |
| Binary | 101011 | 100010 | 10011111 | 1001001 | 1001111 | 0 | 100110 | 11110100 | 1000001 | 100110 |
Color Harmonies of #2B229F
Complementary color
Monochromatic Colors of #2B229F
Black with #2B229F
Text Example
Text Example
White with #2B229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B229F; }
p { color: rgb(43,34,159); }
H1.HeaderClassName
{
color: #2B229F;
}
.AnyTagClassName
{
color: #2B229F;
}
</style>
background-color css
<style>
a { background-color: #2B229F; }
a { background-color: rgb(43,34,159); }
div.DivClassName
{
background-color: #2B229F;
}
.BgClassName
{
background-color: #2B229F;
}
</style>
border-color css
<style>
span { border-color: #2B229F; }
span { border-color: rgb(43,34,159); }
td.TdClassName
{
border-color: #2B229F;
}
.TagClassName
{
border-color: #2B229F;
}
</style>