Shades of Ultramarine #2F209D
Tints of Ultramarine #2F209D
RGB
CMYK
RGB Variations
Color information
#2F209D (or 0x2F209D) is known color: Ultramarine. HEX triplet: 2F, 20 and 9D. RGB value is (47,32,157). Sum of RGB (Red+Green+Blue) = 47+32+157=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F209D is #D0DF62. Grayscale: #323232. Windows color (decimal): -13688675 or 10297391. OLE color: 10297391.
HSL color Cylindrical-coordinate representation of color #2F209D: hue angle of 247.2º 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 #2F209D is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 32 | 157 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.38 |
| HSL | 247.2º | 0.66% | 0.37% | - |
| HSV(B) | 247.2º | 0.8% | 0.62% | - |
| XYZ | 7.77 | 4.07 | 32.27 | - |
| YUV | 50.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 157 | 0.70 | 0.80 | 0 | 0.38 | 247.2 | 0.66 | 0.37 |
| Hex | 2F | 20 | 9D | 46 | 50 | 0 | 26 | F7 | 42 | 25 |
| Octal | 57 | 40 | 235 | 106 | 120 | 0 | 46 | 367 | 102 | 45 |
| Binary | 101111 | 100000 | 10011101 | 1000110 | 1010000 | 0 | 100110 | 11110111 | 1000010 | 100101 |
Color Harmonies of #2F209D
Complementary color
Monochromatic Colors of #2F209D
Black with #2F209D
Text Example
Text Example
White with #2F209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F209D; }
p { color: rgb(47,32,157); }
H1.HeaderClassName
{
color: #2F209D;
}
.AnyTagClassName
{
color: #2F209D;
}
</style>
background-color css
<style>
a { background-color: #2F209D; }
a { background-color: rgb(47,32,157); }
div.DivClassName
{
background-color: #2F209D;
}
.BgClassName
{
background-color: #2F209D;
}
</style>
border-color css
<style>
span { border-color: #2F209D; }
span { border-color: rgb(47,32,157); }
td.TdClassName
{
border-color: #2F209D;
}
.TagClassName
{
border-color: #2F209D;
}
</style>