Shades of Ultramarine #2F229D
Tints of Ultramarine #2F229D
RGB
CMYK
RGB Variations
Color information
#2F229D (or 0x2F229D) is known color: Ultramarine. HEX triplet: 2F, 22 and 9D. RGB value is (47,34,157). Sum of RGB (Red+Green+Blue) = 47+34+157=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F229D is #D0DD62. Grayscale: #333333. Windows color (decimal): -13688163 or 10297903. OLE color: 10297903.
HSL color Cylindrical-coordinate representation of color #2F229D: hue angle of 246.34º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F229D is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 34 | 157 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.38 |
| HSL | 246.34º | 0.64% | 0.37% | - |
| HSV(B) | 246.34º | 0.78% | 0.62% | - |
| XYZ | 7.83 | 4.18 | 32.29 | - |
| YUV | 51.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 157 | 0.70 | 0.78 | 0 | 0.38 | 246.34 | 0.64 | 0.37 |
| Hex | 2F | 22 | 9D | 46 | 4E | 0 | 26 | F6 | 40 | 25 |
| Octal | 57 | 42 | 235 | 106 | 116 | 0 | 46 | 366 | 100 | 45 |
| Binary | 101111 | 100010 | 10011101 | 1000110 | 1001110 | 0 | 100110 | 11110110 | 1000000 | 100101 |
Color Harmonies of #2F229D
Complementary color
Monochromatic Colors of #2F229D
Black with #2F229D
Text Example
Text Example
White with #2F229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F229D; }
p { color: rgb(47,34,157); }
H1.HeaderClassName
{
color: #2F229D;
}
.AnyTagClassName
{
color: #2F229D;
}
</style>
background-color css
<style>
a { background-color: #2F229D; }
a { background-color: rgb(47,34,157); }
div.DivClassName
{
background-color: #2F229D;
}
.BgClassName
{
background-color: #2F229D;
}
</style>
border-color css
<style>
span { border-color: #2F229D; }
span { border-color: rgb(47,34,157); }
td.TdClassName
{
border-color: #2F229D;
}
.TagClassName
{
border-color: #2F229D;
}
</style>