Shades of Ultramarine #2F229E
Tints of Ultramarine #2F229E
RGB
CMYK
RGB Variations
Color information
#2F229E (or 0x2F229E) is known color: Ultramarine. HEX triplet: 2F, 22 and 9E. RGB value is (47,34,158). Sum of RGB (Red+Green+Blue) = 47+34+158=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F229E is #D0DD61. Grayscale: #333333. Windows color (decimal): -13688162 or 10363439. OLE color: 10363439.
HSL color Cylindrical-coordinate representation of color #2F229E: hue angle of 246.29º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F229E is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 34 | 158 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.38 |
| HSL | 246.29º | 0.65% | 0.38% | - |
| HSV(B) | 246.29º | 0.78% | 0.62% | - |
| XYZ | 7.92 | 4.22 | 32.74 | - |
| YUV | 52.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 158 | 0.70 | 0.78 | 0 | 0.38 | 246.29 | 0.65 | 0.38 |
| Hex | 2F | 22 | 9E | 46 | 4E | 0 | 26 | F6 | 41 | 26 |
| Octal | 57 | 42 | 236 | 106 | 116 | 0 | 46 | 366 | 101 | 46 |
| Binary | 101111 | 100010 | 10011110 | 1000110 | 1001110 | 0 | 100110 | 11110110 | 1000001 | 100110 |
Color Harmonies of #2F229E
Complementary color
Monochromatic Colors of #2F229E
Black with #2F229E
Text Example
Text Example
White with #2F229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F229E; }
p { color: rgb(47,34,158); }
H1.HeaderClassName
{
color: #2F229E;
}
.AnyTagClassName
{
color: #2F229E;
}
</style>
background-color css
<style>
a { background-color: #2F229E; }
a { background-color: rgb(47,34,158); }
div.DivClassName
{
background-color: #2F229E;
}
.BgClassName
{
background-color: #2F229E;
}
</style>
border-color css
<style>
span { border-color: #2F229E; }
span { border-color: rgb(47,34,158); }
td.TdClassName
{
border-color: #2F229E;
}
.TagClassName
{
border-color: #2F229E;
}
</style>