Shades of Ultramarine #2B229B
Tints of Ultramarine #2B229B
RGB
CMYK
RGB Variations
Color information
#2B229B (or 0x2B229B) is known color: Ultramarine. HEX triplet: 2B, 22 and 9B. RGB value is (43,34,155). Sum of RGB (Red+Green+Blue) = 43+34+155=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B229B is #D4DD64. Grayscale: #323232. Windows color (decimal): -13950309 or 10166827. OLE color: 10166827.
HSL color Cylindrical-coordinate representation of color #2B229B: hue angle of 244.46º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B229B is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 34 | 155 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.39 |
| HSL | 244.46º | 0.64% | 0.37% | - |
| HSV(B) | 244.46º | 0.78% | 0.61% | - |
| XYZ | 7.48 | 4.02 | 31.39 | - |
| YUV | 50.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 155 | 0.72 | 0.78 | 0 | 0.39 | 244.46 | 0.64 | 0.37 |
| Hex | 2B | 22 | 9B | 48 | 4E | 0 | 27 | F4 | 40 | 25 |
| Octal | 53 | 42 | 233 | 110 | 116 | 0 | 47 | 364 | 100 | 45 |
| Binary | 101011 | 100010 | 10011011 | 1001000 | 1001110 | 0 | 100111 | 11110100 | 1000000 | 100101 |
Color Harmonies of #2B229B
Complementary color
Monochromatic Colors of #2B229B
Black with #2B229B
Text Example
Text Example
White with #2B229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B229B; }
p { color: rgb(43,34,155); }
H1.HeaderClassName
{
color: #2B229B;
}
.AnyTagClassName
{
color: #2B229B;
}
</style>
background-color css
<style>
a { background-color: #2B229B; }
a { background-color: rgb(43,34,155); }
div.DivClassName
{
background-color: #2B229B;
}
.BgClassName
{
background-color: #2B229B;
}
</style>
border-color css
<style>
span { border-color: #2B229B; }
span { border-color: rgb(43,34,155); }
td.TdClassName
{
border-color: #2B229B;
}
.TagClassName
{
border-color: #2B229B;
}
</style>