Shades of Ultramarine #27228D
Tints of Ultramarine #27228D
RGB
CMYK
RGB Variations
Color information
#27228D (or 0x27228D) is known color: Ultramarine. HEX triplet: 27, 22 and 8D. RGB value is (39,34,141). Sum of RGB (Red+Green+Blue) = 39+34+141=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #27228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27228D is #D8DD72. Grayscale: #2F2F2F. Windows color (decimal): -14212467 or 9249319. OLE color: 9249319.
HSL color Cylindrical-coordinate representation of color #27228D: hue angle of 242.8º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27228D is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 34 | 141 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.45 |
| HSL | 242.8º | 0.61% | 0.34% | - |
| HSV(B) | 242.8º | 0.76% | 0.55% | - |
| XYZ | 6.22 | 3.5 | 25.55 | - |
| YUV | 47.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 141 | 0.72 | 0.76 | 0 | 0.45 | 242.8 | 0.61 | 0.34 |
| Hex | 27 | 22 | 8D | 48 | 4C | 0 | 2D | F3 | 3D | 22 |
| Octal | 47 | 42 | 215 | 110 | 114 | 0 | 55 | 363 | 75 | 42 |
| Binary | 100111 | 100010 | 10001101 | 1001000 | 1001100 | 0 | 101101 | 11110011 | 111101 | 100010 |
Color Harmonies of #27228D
Complementary color
Monochromatic Colors of #27228D
Black with #27228D
Text Example
Text Example
White with #27228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27228D; }
p { color: rgb(39,34,141); }
H1.HeaderClassName
{
color: #27228D;
}
.AnyTagClassName
{
color: #27228D;
}
</style>
background-color css
<style>
a { background-color: #27228D; }
a { background-color: rgb(39,34,141); }
div.DivClassName
{
background-color: #27228D;
}
.BgClassName
{
background-color: #27228D;
}
</style>
border-color css
<style>
span { border-color: #27228D; }
span { border-color: rgb(39,34,141); }
td.TdClassName
{
border-color: #27228D;
}
.TagClassName
{
border-color: #27228D;
}
</style>