Shades of Ultramarine #2F0AAE
Tints of Ultramarine #2F0AAE
RGB
CMYK
RGB Variations
Color information
#2F0AAE (or 0x2F0AAE) is known color: Ultramarine. HEX triplet: 2F, 0A and AE. RGB value is (47,10,174). Sum of RGB (Red+Green+Blue) = 47+10+174=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0AAE is #D0F551. Grayscale: #272727. Windows color (decimal): -13694290 or 11405871. OLE color: 11405871.
HSL color Cylindrical-coordinate representation of color #2F0AAE: hue angle of 253.54º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0AAE is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 10 | 174 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.32 |
| HSL | 253.54º | 0.89% | 0.36% | - |
| HSV(B) | 253.54º | 0.94% | 0.68% | - |
| XYZ | 8.92 | 3.88 | 40.32 | - |
| YUV | 39.76 | 203.76 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 174 | 0.73 | 0.94 | 0 | 0.32 | 253.54 | 0.89 | 0.36 |
| Hex | 2F | A | AE | 49 | 5E | 0 | 20 | FE | 59 | 24 |
| Octal | 57 | 12 | 256 | 111 | 136 | 0 | 40 | 376 | 131 | 44 |
| Binary | 101111 | 1010 | 10101110 | 1001001 | 1011110 | 0 | 100000 | 11111110 | 1011001 | 100100 |
Color Harmonies of #2F0AAE
Complementary color
Monochromatic Colors of #2F0AAE
Black with #2F0AAE
Text Example
Text Example
White with #2F0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AAE; }
p { color: rgb(47,10,174); }
H1.HeaderClassName
{
color: #2F0AAE;
}
.AnyTagClassName
{
color: #2F0AAE;
}
</style>
background-color css
<style>
a { background-color: #2F0AAE; }
a { background-color: rgb(47,10,174); }
div.DivClassName
{
background-color: #2F0AAE;
}
.BgClassName
{
background-color: #2F0AAE;
}
</style>
border-color css
<style>
span { border-color: #2F0AAE; }
span { border-color: rgb(47,10,174); }
td.TdClassName
{
border-color: #2F0AAE;
}
.TagClassName
{
border-color: #2F0AAE;
}
</style>