Shades of Ultramarine #2E02AF
Tints of Ultramarine #2E02AF
RGB
CMYK
RGB Variations
Color information
#2E02AF (or 0x2E02AF) is known color: Ultramarine. HEX triplet: 2E, 02 and AF. RGB value is (46,2,175). Sum of RGB (Red+Green+Blue) = 46+2+175=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E02AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E02AF is #D1FD50. Grayscale: #222222. Windows color (decimal): -13761873 or 11469358. OLE color: 11469358.
HSL color Cylindrical-coordinate representation of color #2E02AF: hue angle of 255.26º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E02AF is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 2 | 175 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.31 |
| HSL | 255.26º | 0.98% | 0.35% | - |
| HSV(B) | 255.26º | 0.99% | 0.69% | - |
| XYZ | 8.89 | 3.72 | 40.81 | - |
| YUV | 34.88 | 207.08 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 175 | 0.74 | 0.99 | 0 | 0.31 | 255.26 | 0.98 | 0.35 |
| Hex | 2E | 2 | AF | 4A | 63 | 0 | 1F | FF | 62 | 23 |
| Octal | 56 | 2 | 257 | 112 | 143 | 0 | 37 | 377 | 142 | 43 |
| Binary | 101110 | 10 | 10101111 | 1001010 | 1100011 | 0 | 11111 | 11111111 | 1100010 | 100011 |
Color Harmonies of #2E02AF
Complementary color
Monochromatic Colors of #2E02AF
Black with #2E02AF
Text Example
Text Example
White with #2E02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E02AF; }
p { color: rgb(46,2,175); }
H1.HeaderClassName
{
color: #2E02AF;
}
.AnyTagClassName
{
color: #2E02AF;
}
</style>
background-color css
<style>
a { background-color: #2E02AF; }
a { background-color: rgb(46,2,175); }
div.DivClassName
{
background-color: #2E02AF;
}
.BgClassName
{
background-color: #2E02AF;
}
</style>
border-color css
<style>
span { border-color: #2E02AF; }
span { border-color: rgb(46,2,175); }
td.TdClassName
{
border-color: #2E02AF;
}
.TagClassName
{
border-color: #2E02AF;
}
</style>