Shades of Ultramarine #2F219D
Tints of Ultramarine #2F219D
RGB
CMYK
RGB Variations
Color information
#2F219D (or 0x2F219D) is known color: Ultramarine. HEX triplet: 2F, 21 and 9D. RGB value is (47,33,157). Sum of RGB (Red+Green+Blue) = 47+33+157=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F219D is #D0DE62. Grayscale: #323232. Windows color (decimal): -13688419 or 10297647. OLE color: 10297647.
HSL color Cylindrical-coordinate representation of color #2F219D: hue angle of 246.77º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F219D is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 33 | 157 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.38 |
| HSL | 246.77º | 0.65% | 0.37% | - |
| HSV(B) | 246.77º | 0.79% | 0.62% | - |
| XYZ | 7.8 | 4.13 | 32.28 | - |
| YUV | 51.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 157 | 0.70 | 0.79 | 0 | 0.38 | 246.77 | 0.65 | 0.37 |
| Hex | 2F | 21 | 9D | 46 | 4F | 0 | 26 | F7 | 41 | 25 |
| Octal | 57 | 41 | 235 | 106 | 117 | 0 | 46 | 367 | 101 | 45 |
| Binary | 101111 | 100001 | 10011101 | 1000110 | 1001111 | 0 | 100110 | 11110111 | 1000001 | 100101 |
Color Harmonies of #2F219D
Complementary color
Monochromatic Colors of #2F219D
Black with #2F219D
Text Example
Text Example
White with #2F219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F219D; }
p { color: rgb(47,33,157); }
H1.HeaderClassName
{
color: #2F219D;
}
.AnyTagClassName
{
color: #2F219D;
}
</style>
background-color css
<style>
a { background-color: #2F219D; }
a { background-color: rgb(47,33,157); }
div.DivClassName
{
background-color: #2F219D;
}
.BgClassName
{
background-color: #2F219D;
}
</style>
border-color css
<style>
span { border-color: #2F219D; }
span { border-color: rgb(47,33,157); }
td.TdClassName
{
border-color: #2F219D;
}
.TagClassName
{
border-color: #2F219D;
}
</style>