Shades of Ultramarine #272294
Tints of Ultramarine #272294
RGB
CMYK
RGB Variations
Color information
#272294 (or 0x272294) is known color: Ultramarine. HEX triplet: 27, 22 and 94. RGB value is (39,34,148). Sum of RGB (Red+Green+Blue) = 39+34+148=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #272294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272294 is #D8DD6B. Grayscale: #303030. Windows color (decimal): -14212460 or 9708071. OLE color: 9708071.
HSL color Cylindrical-coordinate representation of color #272294: hue angle of 242.63º 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 #272294 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 34 | 148 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.42 |
| HSL | 242.63º | 0.63% | 0.36% | - |
| HSV(B) | 242.63º | 0.77% | 0.58% | - |
| XYZ | 6.75 | 3.71 | 28.38 | - |
| YUV | 48.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 148 | 0.74 | 0.77 | 0 | 0.42 | 242.63 | 0.63 | 0.36 |
| Hex | 27 | 22 | 94 | 4A | 4D | 0 | 2A | F3 | 3F | 24 |
| Octal | 47 | 42 | 224 | 112 | 115 | 0 | 52 | 363 | 77 | 44 |
| Binary | 100111 | 100010 | 10010100 | 1001010 | 1001101 | 0 | 101010 | 11110011 | 111111 | 100100 |
Color Harmonies of #272294
Complementary color
Monochromatic Colors of #272294
Black with #272294
Text Example
Text Example
White with #272294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272294; }
p { color: rgb(39,34,148); }
H1.HeaderClassName
{
color: #272294;
}
.AnyTagClassName
{
color: #272294;
}
</style>
background-color css
<style>
a { background-color: #272294; }
a { background-color: rgb(39,34,148); }
div.DivClassName
{
background-color: #272294;
}
.BgClassName
{
background-color: #272294;
}
</style>
border-color css
<style>
span { border-color: #272294; }
span { border-color: rgb(39,34,148); }
td.TdClassName
{
border-color: #272294;
}
.TagClassName
{
border-color: #272294;
}
</style>