Shades of Ultramarine #28228D
Tints of Ultramarine #28228D
RGB
CMYK
RGB Variations
Color information
#28228D (or 0x28228D) is known color: Ultramarine. HEX triplet: 28, 22 and 8D. RGB value is (40,34,141). Sum of RGB (Red+Green+Blue) = 40+34+141=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #28228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28228D is #D7DD72. Grayscale: #2F2F2F. Windows color (decimal): -14146931 or 9249320. OLE color: 9249320.
HSL color Cylindrical-coordinate representation of color #28228D: hue angle of 243.36º 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 #28228D is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 34 | 141 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.45 |
| HSL | 243.36º | 0.61% | 0.34% | - |
| HSV(B) | 243.36º | 0.76% | 0.55% | - |
| XYZ | 6.25 | 3.52 | 25.55 | - |
| YUV | 47.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 141 | 0.72 | 0.76 | 0 | 0.45 | 243.36 | 0.61 | 0.34 |
| Hex | 28 | 22 | 8D | 48 | 4C | 0 | 2D | F3 | 3D | 22 |
| Octal | 50 | 42 | 215 | 110 | 114 | 0 | 55 | 363 | 75 | 42 |
| Binary | 101000 | 100010 | 10001101 | 1001000 | 1001100 | 0 | 101101 | 11110011 | 111101 | 100010 |
Color Harmonies of #28228D
Complementary color
Monochromatic Colors of #28228D
Black with #28228D
Text Example
Text Example
White with #28228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28228D; }
p { color: rgb(40,34,141); }
H1.HeaderClassName
{
color: #28228D;
}
.AnyTagClassName
{
color: #28228D;
}
</style>
background-color css
<style>
a { background-color: #28228D; }
a { background-color: rgb(40,34,141); }
div.DivClassName
{
background-color: #28228D;
}
.BgClassName
{
background-color: #28228D;
}
</style>
border-color css
<style>
span { border-color: #28228D; }
span { border-color: rgb(40,34,141); }
td.TdClassName
{
border-color: #28228D;
}
.TagClassName
{
border-color: #28228D;
}
</style>