Shades of Ultramarine #28238D
Tints of Ultramarine #28238D
RGB
CMYK
RGB Variations
Color information
#28238D (or 0x28238D) is known color: Ultramarine. HEX triplet: 28, 23 and 8D. RGB value is (40,35,141). Sum of RGB (Red+Green+Blue) = 40+35+141=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #28238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28238D is #D7DC72. Grayscale: #303030. Windows color (decimal): -14146675 or 9249576. OLE color: 9249576.
HSL color Cylindrical-coordinate representation of color #28238D: hue angle of 242.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28238D is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 35 | 141 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.45 |
| HSL | 242.83º | 0.6% | 0.35% | - |
| HSV(B) | 242.83º | 0.75% | 0.55% | - |
| XYZ | 6.28 | 3.58 | 25.56 | - |
| YUV | 48.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 141 | 0.72 | 0.75 | 0 | 0.45 | 242.83 | 0.6 | 0.35 |
| Hex | 28 | 23 | 8D | 48 | 4B | 0 | 2D | F3 | 3C | 23 |
| Octal | 50 | 43 | 215 | 110 | 113 | 0 | 55 | 363 | 74 | 43 |
| Binary | 101000 | 100011 | 10001101 | 1001000 | 1001011 | 0 | 101101 | 11110011 | 111100 | 100011 |
Color Harmonies of #28238D
Complementary color
Monochromatic Colors of #28238D
Black with #28238D
Text Example
Text Example
White with #28238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28238D; }
p { color: rgb(40,35,141); }
H1.HeaderClassName
{
color: #28238D;
}
.AnyTagClassName
{
color: #28238D;
}
</style>
background-color css
<style>
a { background-color: #28238D; }
a { background-color: rgb(40,35,141); }
div.DivClassName
{
background-color: #28238D;
}
.BgClassName
{
background-color: #28238D;
}
</style>
border-color css
<style>
span { border-color: #28238D; }
span { border-color: rgb(40,35,141); }
td.TdClassName
{
border-color: #28238D;
}
.TagClassName
{
border-color: #28238D;
}
</style>