Shades of Ultramarine #2F029D
Tints of Ultramarine #2F029D
RGB
CMYK
RGB Variations
Color information
#2F029D (or 0x2F029D) is known color: Ultramarine. HEX triplet: 2F, 02 and 9D. RGB value is (47,2,157). Sum of RGB (Red+Green+Blue) = 47+2+157=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F029D is #D0FD62. Grayscale: #202020. Windows color (decimal): -13696355 or 10289711. OLE color: 10289711.
HSL color Cylindrical-coordinate representation of color #2F029D: hue angle of 257.42º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F029D is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 2 | 157 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.38 |
| HSL | 257.42º | 0.97% | 0.31% | - |
| HSV(B) | 257.42º | 0.99% | 0.62% | - |
| XYZ | 7.28 | 3.08 | 32.11 | - |
| YUV | 33.13 | 197.91 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 157 | 0.70 | 0.99 | 0 | 0.38 | 257.42 | 0.97 | 0.31 |
| Hex | 2F | 2 | 9D | 46 | 63 | 0 | 26 | 101 | 61 | 1F |
| Octal | 57 | 2 | 235 | 106 | 143 | 0 | 46 | 401 | 141 | 37 |
| Binary | 101111 | 10 | 10011101 | 1000110 | 1100011 | 0 | 100110 | 100000001 | 1100001 | 11111 |
Color Harmonies of #2F029D
Complementary color
Monochromatic Colors of #2F029D
Black with #2F029D
Text Example
Text Example
White with #2F029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F029D; }
p { color: rgb(47,2,157); }
H1.HeaderClassName
{
color: #2F029D;
}
.AnyTagClassName
{
color: #2F029D;
}
</style>
background-color css
<style>
a { background-color: #2F029D; }
a { background-color: rgb(47,2,157); }
div.DivClassName
{
background-color: #2F029D;
}
.BgClassName
{
background-color: #2F029D;
}
</style>
border-color css
<style>
span { border-color: #2F029D; }
span { border-color: rgb(47,2,157); }
td.TdClassName
{
border-color: #2F029D;
}
.TagClassName
{
border-color: #2F029D;
}
</style>