Shades of Ultramarine #2B03B1
Tints of Ultramarine #2B03B1
RGB
CMYK
RGB Variations
Color information
#2B03B1 (or 0x2B03B1) is known color: Ultramarine. HEX triplet: 2B, 03 and B1. RGB value is (43,3,177). Sum of RGB (Red+Green+Blue) = 43+3+177=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B03B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B03B1 is #D4FC4E. Grayscale: #222222. Windows color (decimal): -13958223 or 11600683. OLE color: 11600683.
HSL color Cylindrical-coordinate representation of color #2B03B1: hue angle of 253.79º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B03B1 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 3 | 177 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.31 |
| HSL | 253.79º | 0.97% | 0.35% | - |
| HSV(B) | 253.79º | 0.98% | 0.69% | - |
| XYZ | 8.96 | 3.75 | 41.85 | - |
| YUV | 34.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 177 | 0.76 | 0.98 | 0 | 0.31 | 253.79 | 0.97 | 0.35 |
| Hex | 2B | 3 | B1 | 4C | 62 | 0 | 1F | FE | 61 | 23 |
| Octal | 53 | 3 | 261 | 114 | 142 | 0 | 37 | 376 | 141 | 43 |
| Binary | 101011 | 11 | 10110001 | 1001100 | 1100010 | 0 | 11111 | 11111110 | 1100001 | 100011 |
Color Harmonies of #2B03B1
Complementary color
Monochromatic Colors of #2B03B1
Black with #2B03B1
Text Example
Text Example
White with #2B03B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B03B1; }
p { color: rgb(43,3,177); }
H1.HeaderClassName
{
color: #2B03B1;
}
.AnyTagClassName
{
color: #2B03B1;
}
</style>
background-color css
<style>
a { background-color: #2B03B1; }
a { background-color: rgb(43,3,177); }
div.DivClassName
{
background-color: #2B03B1;
}
.BgClassName
{
background-color: #2B03B1;
}
</style>
border-color css
<style>
span { border-color: #2B03B1; }
span { border-color: rgb(43,3,177); }
td.TdClassName
{
border-color: #2B03B1;
}
.TagClassName
{
border-color: #2B03B1;
}
</style>