Shades of Ultramarine #2E03AB
Tints of Ultramarine #2E03AB
RGB
CMYK
RGB Variations
Color information
#2E03AB (or 0x2E03AB) is known color: Ultramarine. HEX triplet: 2E, 03 and AB. RGB value is (46,3,171). Sum of RGB (Red+Green+Blue) = 46+3+171=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E03AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E03AB is #D1FC54. Grayscale: #222222. Windows color (decimal): -13761621 or 11207470. OLE color: 11207470.
HSL color Cylindrical-coordinate representation of color #2E03AB: hue angle of 255.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E03AB is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 3 | 171 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.33 |
| HSL | 255.36º | 0.97% | 0.34% | - |
| HSV(B) | 255.36º | 0.98% | 0.67% | - |
| XYZ | 8.51 | 3.59 | 38.77 | - |
| YUV | 35.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 171 | 0.73 | 0.98 | 0 | 0.33 | 255.36 | 0.97 | 0.34 |
| Hex | 2E | 3 | AB | 49 | 62 | 0 | 21 | FF | 61 | 22 |
| Octal | 56 | 3 | 253 | 111 | 142 | 0 | 41 | 377 | 141 | 42 |
| Binary | 101110 | 11 | 10101011 | 1001001 | 1100010 | 0 | 100001 | 11111111 | 1100001 | 100010 |
Color Harmonies of #2E03AB
Complementary color
Monochromatic Colors of #2E03AB
Black with #2E03AB
Text Example
Text Example
White with #2E03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E03AB; }
p { color: rgb(46,3,171); }
H1.HeaderClassName
{
color: #2E03AB;
}
.AnyTagClassName
{
color: #2E03AB;
}
</style>
background-color css
<style>
a { background-color: #2E03AB; }
a { background-color: rgb(46,3,171); }
div.DivClassName
{
background-color: #2E03AB;
}
.BgClassName
{
background-color: #2E03AB;
}
</style>
border-color css
<style>
span { border-color: #2E03AB; }
span { border-color: rgb(46,3,171); }
td.TdClassName
{
border-color: #2E03AB;
}
.TagClassName
{
border-color: #2E03AB;
}
</style>