Shades of Ultramarine #2F0AAA
Tints of Ultramarine #2F0AAA
RGB
CMYK
RGB Variations
Color information
#2F0AAA (or 0x2F0AAA) is known color: Ultramarine. HEX triplet: 2F, 0A and AA. RGB value is (47,10,170). Sum of RGB (Red+Green+Blue) = 47+10+170=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0AAA is #D0F555. Grayscale: #262626. Windows color (decimal): -13694294 or 11143727. OLE color: 11143727.
HSL color Cylindrical-coordinate representation of color #2F0AAA: hue angle of 253.87º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0AAA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 10 | 170 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.33 |
| HSL | 253.88º | 0.89% | 0.35% | - |
| HSV(B) | 253.88º | 0.94% | 0.67% | - |
| XYZ | 8.54 | 3.72 | 38.3 | - |
| YUV | 39.3 | 201.76 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 170 | 0.72 | 0.94 | 0 | 0.33 | 253.88 | 0.89 | 0.35 |
| Hex | 2F | A | AA | 48 | 5E | 0 | 21 | FE | 59 | 23 |
| Octal | 57 | 12 | 252 | 110 | 136 | 0 | 41 | 376 | 131 | 43 |
| Binary | 101111 | 1010 | 10101010 | 1001000 | 1011110 | 0 | 100001 | 11111110 | 1011001 | 100011 |
Color Harmonies of #2F0AAA
Complementary color
Monochromatic Colors of #2F0AAA
Black with #2F0AAA
Text Example
Text Example
White with #2F0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AAA; }
p { color: rgb(47,10,170); }
H1.HeaderClassName
{
color: #2F0AAA;
}
.AnyTagClassName
{
color: #2F0AAA;
}
</style>
background-color css
<style>
a { background-color: #2F0AAA; }
a { background-color: rgb(47,10,170); }
div.DivClassName
{
background-color: #2F0AAA;
}
.BgClassName
{
background-color: #2F0AAA;
}
</style>
border-color css
<style>
span { border-color: #2F0AAA; }
span { border-color: rgb(47,10,170); }
td.TdClassName
{
border-color: #2F0AAA;
}
.TagClassName
{
border-color: #2F0AAA;
}
</style>