Shades of Ultramarine #2F0AA3
Tints of Ultramarine #2F0AA3
RGB
CMYK
RGB Variations
Color information
#2F0AA3 (or 0x2F0AA3) is known color: Ultramarine. HEX triplet: 2F, 0A and A3. RGB value is (47,10,163). Sum of RGB (Red+Green+Blue) = 47+10+163=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 163 (64.06% from 255 or 74.09% from 220); Max value from RGB is 163 - color contains mainly: blue. Hex color #2F0AA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0AA3 is #D0F55C. Grayscale: #252525. Windows color (decimal): -13694301 or 10684975. OLE color: 10684975.
HSL color Cylindrical-coordinate representation of color #2F0AA3: hue angle of 254.51º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0AA3 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 10 | 163 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.36 |
| HSL | 254.51º | 0.88% | 0.34% | - |
| HSV(B) | 254.51º | 0.94% | 0.64% | - |
| XYZ | 7.89 | 3.47 | 34.9 | - |
| YUV | 38.51 | 198.26 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 163 | 0.71 | 0.94 | 0 | 0.36 | 254.51 | 0.88 | 0.34 |
| Hex | 2F | A | A3 | 47 | 5E | 0 | 24 | FF | 58 | 22 |
| Octal | 57 | 12 | 243 | 107 | 136 | 0 | 44 | 377 | 130 | 42 |
| Binary | 101111 | 1010 | 10100011 | 1000111 | 1011110 | 0 | 100100 | 11111111 | 1011000 | 100010 |
Color Harmonies of #2F0AA3
Complementary color
Monochromatic Colors of #2F0AA3
Black with #2F0AA3
Text Example
Text Example
White with #2F0AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AA3; }
p { color: rgb(47,10,163); }
H1.HeaderClassName
{
color: #2F0AA3;
}
.AnyTagClassName
{
color: #2F0AA3;
}
</style>
background-color css
<style>
a { background-color: #2F0AA3; }
a { background-color: rgb(47,10,163); }
div.DivClassName
{
background-color: #2F0AA3;
}
.BgClassName
{
background-color: #2F0AA3;
}
</style>
border-color css
<style>
span { border-color: #2F0AA3; }
span { border-color: rgb(47,10,163); }
td.TdClassName
{
border-color: #2F0AA3;
}
.TagClassName
{
border-color: #2F0AA3;
}
</style>