Shades of Ultramarine #27228C
Tints of Ultramarine #27228C
RGB
CMYK
RGB Variations
Color information
#27228C (or 0x27228C) is known color: Ultramarine. HEX triplet: 27, 22 and 8C. RGB value is (39,34,140). Sum of RGB (Red+Green+Blue) = 39+34+140=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #27228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27228C is #D8DD73. Grayscale: #2F2F2F. Windows color (decimal): -14212468 or 9183783. OLE color: 9183783.
HSL color Cylindrical-coordinate representation of color #27228C: hue angle of 242.83º 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 #27228C is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 34 | 140 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.45 |
| HSL | 242.83º | 0.61% | 0.34% | - |
| HSV(B) | 242.83º | 0.76% | 0.55% | - |
| XYZ | 6.14 | 3.47 | 25.16 | - |
| YUV | 47.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 140 | 0.72 | 0.76 | 0 | 0.45 | 242.83 | 0.61 | 0.34 |
| Hex | 27 | 22 | 8C | 48 | 4C | 0 | 2D | F3 | 3D | 22 |
| Octal | 47 | 42 | 214 | 110 | 114 | 0 | 55 | 363 | 75 | 42 |
| Binary | 100111 | 100010 | 10001100 | 1001000 | 1001100 | 0 | 101101 | 11110011 | 111101 | 100010 |
Color Harmonies of #27228C
Complementary color
Monochromatic Colors of #27228C
Black with #27228C
Text Example
Text Example
White with #27228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27228C; }
p { color: rgb(39,34,140); }
H1.HeaderClassName
{
color: #27228C;
}
.AnyTagClassName
{
color: #27228C;
}
</style>
background-color css
<style>
a { background-color: #27228C; }
a { background-color: rgb(39,34,140); }
div.DivClassName
{
background-color: #27228C;
}
.BgClassName
{
background-color: #27228C;
}
</style>
border-color css
<style>
span { border-color: #27228C; }
span { border-color: rgb(39,34,140); }
td.TdClassName
{
border-color: #27228C;
}
.TagClassName
{
border-color: #27228C;
}
</style>