Shades of Ultramarine #2B029F
Tints of Ultramarine #2B029F
RGB
CMYK
RGB Variations
Color information
#2B029F (or 0x2B029F) is known color: Ultramarine. HEX triplet: 2B, 02 and 9F. RGB value is (43,2,159). Sum of RGB (Red+Green+Blue) = 43+2+159=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B029F is #D4FD60. Grayscale: #1F1F1F. Windows color (decimal): -13958497 or 10420779. OLE color: 10420779.
HSL color Cylindrical-coordinate representation of color #2B029F: hue angle of 255.67º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B029F is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 2 | 159 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.38 |
| HSL | 255.67º | 0.98% | 0.32% | - |
| HSV(B) | 255.67º | 0.99% | 0.62% | - |
| XYZ | 7.28 | 3.06 | 33.01 | - |
| YUV | 32.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 159 | 0.73 | 0.99 | 0 | 0.38 | 255.67 | 0.98 | 0.32 |
| Hex | 2B | 2 | 9F | 49 | 63 | 0 | 26 | 100 | 62 | 20 |
| Octal | 53 | 2 | 237 | 111 | 143 | 0 | 46 | 400 | 142 | 40 |
| Binary | 101011 | 10 | 10011111 | 1001001 | 1100011 | 0 | 100110 | 100000000 | 1100010 | 100000 |
Color Harmonies of #2B029F
Complementary color
Monochromatic Colors of #2B029F
Black with #2B029F
Text Example
Text Example
White with #2B029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B029F; }
p { color: rgb(43,2,159); }
H1.HeaderClassName
{
color: #2B029F;
}
.AnyTagClassName
{
color: #2B029F;
}
</style>
background-color css
<style>
a { background-color: #2B029F; }
a { background-color: rgb(43,2,159); }
div.DivClassName
{
background-color: #2B029F;
}
.BgClassName
{
background-color: #2B029F;
}
</style>
border-color css
<style>
span { border-color: #2B029F; }
span { border-color: rgb(43,2,159); }
td.TdClassName
{
border-color: #2B029F;
}
.TagClassName
{
border-color: #2B029F;
}
</style>