Shades of Ultramarine #2F17AA
Tints of Ultramarine #2F17AA
RGB
CMYK
RGB Variations
Color information
#2F17AA (or 0x2F17AA) is known color: Ultramarine. HEX triplet: 2F, 17 and AA. RGB value is (47,23,170). Sum of RGB (Red+Green+Blue) = 47+23+170=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F17AA is #D0E855. Grayscale: #2E2E2E. Windows color (decimal): -13690966 or 11147055. OLE color: 11147055.
HSL color Cylindrical-coordinate representation of color #2F17AA: hue angle of 249.8º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F17AA is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 23 | 170 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.33 |
| HSL | 249.8º | 0.76% | 0.38% | - |
| HSV(B) | 249.8º | 0.86% | 0.67% | - |
| XYZ | 8.73 | 4.12 | 38.36 | - |
| YUV | 46.93 | 197.45 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 170 | 0.72 | 0.86 | 0 | 0.33 | 249.8 | 0.76 | 0.38 |
| Hex | 2F | 17 | AA | 48 | 56 | 0 | 21 | FA | 4C | 26 |
| Octal | 57 | 27 | 252 | 110 | 126 | 0 | 41 | 372 | 114 | 46 |
| Binary | 101111 | 10111 | 10101010 | 1001000 | 1010110 | 0 | 100001 | 11111010 | 1001100 | 100110 |
Color Harmonies of #2F17AA
Complementary color
Monochromatic Colors of #2F17AA
Black with #2F17AA
Text Example
Text Example
White with #2F17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F17AA; }
p { color: rgb(47,23,170); }
H1.HeaderClassName
{
color: #2F17AA;
}
.AnyTagClassName
{
color: #2F17AA;
}
</style>
background-color css
<style>
a { background-color: #2F17AA; }
a { background-color: rgb(47,23,170); }
div.DivClassName
{
background-color: #2F17AA;
}
.BgClassName
{
background-color: #2F17AA;
}
</style>
border-color css
<style>
span { border-color: #2F17AA; }
span { border-color: rgb(47,23,170); }
td.TdClassName
{
border-color: #2F17AA;
}
.TagClassName
{
border-color: #2F17AA;
}
</style>