Shades of Ultramarine #272194
Tints of Ultramarine #272194
RGB
CMYK
RGB Variations
Color information
#272194 (or 0x272194) is known color: Ultramarine. HEX triplet: 27, 21 and 94. RGB value is (39,33,148). Sum of RGB (Red+Green+Blue) = 39+33+148=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #272194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272194 is #D8DE6B. Grayscale: #2F2F2F. Windows color (decimal): -14212716 or 9707815. OLE color: 9707815.
HSL color Cylindrical-coordinate representation of color #272194: hue angle of 243.13º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272194 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 33 | 148 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.42 |
| HSL | 243.13º | 0.64% | 0.35% | - |
| HSV(B) | 243.13º | 0.78% | 0.58% | - |
| XYZ | 6.73 | 3.66 | 28.37 | - |
| YUV | 47.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 148 | 0.74 | 0.78 | 0 | 0.42 | 243.13 | 0.64 | 0.35 |
| Hex | 27 | 21 | 94 | 4A | 4E | 0 | 2A | F3 | 40 | 23 |
| Octal | 47 | 41 | 224 | 112 | 116 | 0 | 52 | 363 | 100 | 43 |
| Binary | 100111 | 100001 | 10010100 | 1001010 | 1001110 | 0 | 101010 | 11110011 | 1000000 | 100011 |
Color Harmonies of #272194
Complementary color
Monochromatic Colors of #272194
Black with #272194
Text Example
Text Example
White with #272194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272194; }
p { color: rgb(39,33,148); }
H1.HeaderClassName
{
color: #272194;
}
.AnyTagClassName
{
color: #272194;
}
</style>
background-color css
<style>
a { background-color: #272194; }
a { background-color: rgb(39,33,148); }
div.DivClassName
{
background-color: #272194;
}
.BgClassName
{
background-color: #272194;
}
</style>
border-color css
<style>
span { border-color: #272194; }
span { border-color: rgb(39,33,148); }
td.TdClassName
{
border-color: #272194;
}
.TagClassName
{
border-color: #272194;
}
</style>