Shades of Ultramarine #2B229A
Tints of Ultramarine #2B229A
RGB
CMYK
RGB Variations
Color information
#2B229A (or 0x2B229A) is known color: Ultramarine. HEX triplet: 2B, 22 and 9A. RGB value is (43,34,154). Sum of RGB (Red+Green+Blue) = 43+34+154=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B229A is #D4DD65. Grayscale: #313131. Windows color (decimal): -13950310 or 10101291. OLE color: 10101291.
HSL color Cylindrical-coordinate representation of color #2B229A: hue angle of 244.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B229A is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 34 | 154 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.40 |
| HSL | 244.5º | 0.64% | 0.37% | - |
| HSV(B) | 244.5º | 0.78% | 0.6% | - |
| XYZ | 7.4 | 3.99 | 30.95 | - |
| YUV | 50.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 154 | 0.72 | 0.78 | 0 | 0.40 | 244.5 | 0.64 | 0.37 |
| Hex | 2B | 22 | 9A | 48 | 4E | 0 | 28 | F4 | 40 | 25 |
| Octal | 53 | 42 | 232 | 110 | 116 | 0 | 50 | 364 | 100 | 45 |
| Binary | 101011 | 100010 | 10011010 | 1001000 | 1001110 | 0 | 101000 | 11110100 | 1000000 | 100101 |
Color Harmonies of #2B229A
Complementary color
Monochromatic Colors of #2B229A
Black with #2B229A
Text Example
Text Example
White with #2B229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B229A; }
p { color: rgb(43,34,154); }
H1.HeaderClassName
{
color: #2B229A;
}
.AnyTagClassName
{
color: #2B229A;
}
</style>
background-color css
<style>
a { background-color: #2B229A; }
a { background-color: rgb(43,34,154); }
div.DivClassName
{
background-color: #2B229A;
}
.BgClassName
{
background-color: #2B229A;
}
</style>
border-color css
<style>
span { border-color: #2B229A; }
span { border-color: rgb(43,34,154); }
td.TdClassName
{
border-color: #2B229A;
}
.TagClassName
{
border-color: #2B229A;
}
</style>