Shades of Ultramarine #272291
Tints of Ultramarine #272291
RGB
CMYK
RGB Variations
Color information
#272291 (or 0x272291) is known color: Ultramarine. HEX triplet: 27, 22 and 91. RGB value is (39,34,145). Sum of RGB (Red+Green+Blue) = 39+34+145=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #272291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272291 is #D8DD6E. Grayscale: #2F2F2F. Windows color (decimal): -14212463 or 9511463. OLE color: 9511463.
HSL color Cylindrical-coordinate representation of color #272291: hue angle of 242.7º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272291 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 34 | 145 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.43 |
| HSL | 242.7º | 0.62% | 0.35% | - |
| HSV(B) | 242.7º | 0.77% | 0.57% | - |
| XYZ | 6.52 | 3.62 | 27.14 | - |
| YUV | 48.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 145 | 0.73 | 0.77 | 0 | 0.43 | 242.7 | 0.62 | 0.35 |
| Hex | 27 | 22 | 91 | 49 | 4D | 0 | 2B | F3 | 3E | 23 |
| Octal | 47 | 42 | 221 | 111 | 115 | 0 | 53 | 363 | 76 | 43 |
| Binary | 100111 | 100010 | 10010001 | 1001001 | 1001101 | 0 | 101011 | 11110011 | 111110 | 100011 |
Color Harmonies of #272291
Complementary color
Monochromatic Colors of #272291
Black with #272291
Text Example
Text Example
White with #272291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272291; }
p { color: rgb(39,34,145); }
H1.HeaderClassName
{
color: #272291;
}
.AnyTagClassName
{
color: #272291;
}
</style>
background-color css
<style>
a { background-color: #272291; }
a { background-color: rgb(39,34,145); }
div.DivClassName
{
background-color: #272291;
}
.BgClassName
{
background-color: #272291;
}
</style>
border-color css
<style>
span { border-color: #272291; }
span { border-color: rgb(39,34,145); }
td.TdClassName
{
border-color: #272291;
}
.TagClassName
{
border-color: #272291;
}
</style>