Shades of Ultramarine #272295
Tints of Ultramarine #272295
RGB
CMYK
RGB Variations
Color information
#272295 (or 0x272295) is known color: Ultramarine. HEX triplet: 27, 22 and 95. RGB value is (39,34,149). Sum of RGB (Red+Green+Blue) = 39+34+149=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #272295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272295 is #D8DD6A. Grayscale: #303030. Windows color (decimal): -14212459 or 9773607. OLE color: 9773607.
HSL color Cylindrical-coordinate representation of color #272295: hue angle of 242.61º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272295 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 34 | 149 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.42 |
| HSL | 242.61º | 0.63% | 0.36% | - |
| HSV(B) | 242.61º | 0.77% | 0.58% | - |
| XYZ | 6.83 | 3.75 | 28.8 | - |
| YUV | 48.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 149 | 0.74 | 0.77 | 0 | 0.42 | 242.61 | 0.63 | 0.36 |
| Hex | 27 | 22 | 95 | 4A | 4D | 0 | 2A | F3 | 3F | 24 |
| Octal | 47 | 42 | 225 | 112 | 115 | 0 | 52 | 363 | 77 | 44 |
| Binary | 100111 | 100010 | 10010101 | 1001010 | 1001101 | 0 | 101010 | 11110011 | 111111 | 100100 |
Color Harmonies of #272295
Complementary color
Monochromatic Colors of #272295
Black with #272295
Text Example
Text Example
White with #272295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272295; }
p { color: rgb(39,34,149); }
H1.HeaderClassName
{
color: #272295;
}
.AnyTagClassName
{
color: #272295;
}
</style>
background-color css
<style>
a { background-color: #272295; }
a { background-color: rgb(39,34,149); }
div.DivClassName
{
background-color: #272295;
}
.BgClassName
{
background-color: #272295;
}
</style>
border-color css
<style>
span { border-color: #272295; }
span { border-color: rgb(39,34,149); }
td.TdClassName
{
border-color: #272295;
}
.TagClassName
{
border-color: #272295;
}
</style>