Shades of Ultramarine #2F02AC
Tints of Ultramarine #2F02AC
RGB
CMYK
RGB Variations
Color information
#2F02AC (or 0x2F02AC) is known color: Ultramarine. HEX triplet: 2F, 02 and AC. RGB value is (47,2,172). Sum of RGB (Red+Green+Blue) = 47+2+172=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F02AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F02AC is #D0FD53. Grayscale: #222222. Windows color (decimal): -13696340 or 11272751. OLE color: 11272751.
HSL color Cylindrical-coordinate representation of color #2F02AC: hue angle of 255.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02AC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 2 | 172 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.33 |
| HSL | 255.88º | 0.98% | 0.34% | - |
| HSV(B) | 255.88º | 0.99% | 0.67% | - |
| XYZ | 8.64 | 3.63 | 39.27 | - |
| YUV | 34.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 172 | 0.73 | 0.99 | 0 | 0.33 | 255.88 | 0.98 | 0.34 |
| Hex | 2F | 2 | AC | 49 | 63 | 0 | 21 | 100 | 62 | 22 |
| Octal | 57 | 2 | 254 | 111 | 143 | 0 | 41 | 400 | 142 | 42 |
| Binary | 101111 | 10 | 10101100 | 1001001 | 1100011 | 0 | 100001 | 100000000 | 1100010 | 100010 |
Color Harmonies of #2F02AC
Complementary color
Monochromatic Colors of #2F02AC
Black with #2F02AC
Text Example
Text Example
White with #2F02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F02AC; }
p { color: rgb(47,2,172); }
H1.HeaderClassName
{
color: #2F02AC;
}
.AnyTagClassName
{
color: #2F02AC;
}
</style>
background-color css
<style>
a { background-color: #2F02AC; }
a { background-color: rgb(47,2,172); }
div.DivClassName
{
background-color: #2F02AC;
}
.BgClassName
{
background-color: #2F02AC;
}
</style>
border-color css
<style>
span { border-color: #2F02AC; }
span { border-color: rgb(47,2,172); }
td.TdClassName
{
border-color: #2F02AC;
}
.TagClassName
{
border-color: #2F02AC;
}
</style>