Shades of Ultramarine #2F209E
Tints of Ultramarine #2F209E
RGB
CMYK
RGB Variations
Color information
#2F209E (or 0x2F209E) is known color: Ultramarine. HEX triplet: 2F, 20 and 9E. RGB value is (47,32,158). Sum of RGB (Red+Green+Blue) = 47+32+158=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F209E is #D0DF61. Grayscale: #323232. Windows color (decimal): -13688674 or 10362927. OLE color: 10362927.
HSL color Cylindrical-coordinate representation of color #2F209E: hue angle of 247.14º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F209E is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 32 | 158 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.38 |
| HSL | 247.14º | 0.66% | 0.37% | - |
| HSV(B) | 247.14º | 0.8% | 0.62% | - |
| XYZ | 7.86 | 4.11 | 32.73 | - |
| YUV | 50.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 158 | 0.70 | 0.80 | 0 | 0.38 | 247.14 | 0.66 | 0.37 |
| Hex | 2F | 20 | 9E | 46 | 50 | 0 | 26 | F7 | 42 | 25 |
| Octal | 57 | 40 | 236 | 106 | 120 | 0 | 46 | 367 | 102 | 45 |
| Binary | 101111 | 100000 | 10011110 | 1000110 | 1010000 | 0 | 100110 | 11110111 | 1000010 | 100101 |
Color Harmonies of #2F209E
Complementary color
Monochromatic Colors of #2F209E
Black with #2F209E
Text Example
Text Example
White with #2F209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F209E; }
p { color: rgb(47,32,158); }
H1.HeaderClassName
{
color: #2F209E;
}
.AnyTagClassName
{
color: #2F209E;
}
</style>
background-color css
<style>
a { background-color: #2F209E; }
a { background-color: rgb(47,32,158); }
div.DivClassName
{
background-color: #2F209E;
}
.BgClassName
{
background-color: #2F209E;
}
</style>
border-color css
<style>
span { border-color: #2F209E; }
span { border-color: rgb(47,32,158); }
td.TdClassName
{
border-color: #2F209E;
}
.TagClassName
{
border-color: #2F209E;
}
</style>