Shades of Ultramarine #2F039D
Tints of Ultramarine #2F039D
RGB
CMYK
RGB Variations
Color information
#2F039D (or 0x2F039D) is known color: Ultramarine. HEX triplet: 2F, 03 and 9D. RGB value is (47,3,157). Sum of RGB (Red+Green+Blue) = 47+3+157=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F039D is #D0FC62. Grayscale: #212121. Windows color (decimal): -13696099 or 10289967. OLE color: 10289967.
HSL color Cylindrical-coordinate representation of color #2F039D: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F039D is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 3 | 157 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.38 |
| HSL | 257.14º | 0.96% | 0.31% | - |
| HSV(B) | 257.14º | 0.98% | 0.62% | - |
| XYZ | 7.29 | 3.1 | 32.11 | - |
| YUV | 33.71 | 197.58 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 157 | 0.70 | 0.98 | 0 | 0.38 | 257.14 | 0.96 | 0.31 |
| Hex | 2F | 3 | 9D | 46 | 62 | 0 | 26 | 101 | 60 | 1F |
| Octal | 57 | 3 | 235 | 106 | 142 | 0 | 46 | 401 | 140 | 37 |
| Binary | 101111 | 11 | 10011101 | 1000110 | 1100010 | 0 | 100110 | 100000001 | 1100000 | 11111 |
Color Harmonies of #2F039D
Complementary color
Monochromatic Colors of #2F039D
Black with #2F039D
Text Example
Text Example
White with #2F039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F039D; }
p { color: rgb(47,3,157); }
H1.HeaderClassName
{
color: #2F039D;
}
.AnyTagClassName
{
color: #2F039D;
}
</style>
background-color css
<style>
a { background-color: #2F039D; }
a { background-color: rgb(47,3,157); }
div.DivClassName
{
background-color: #2F039D;
}
.BgClassName
{
background-color: #2F039D;
}
</style>
border-color css
<style>
span { border-color: #2F039D; }
span { border-color: rgb(47,3,157); }
td.TdClassName
{
border-color: #2F039D;
}
.TagClassName
{
border-color: #2F039D;
}
</style>