Shades of Ultramarine #28249D
Tints of Ultramarine #28249D
RGB
CMYK
RGB Variations
Color information
#28249D (or 0x28249D) is known color: Ultramarine. HEX triplet: 28, 24 and 9D. RGB value is (40,36,157). Sum of RGB (Red+Green+Blue) = 40+36+157=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #28249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28249D is #D7DB62. Grayscale: #323232. Windows color (decimal): -14146403 or 10298408. OLE color: 10298408.
HSL color Cylindrical-coordinate representation of color #28249D: hue angle of 241.98º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28249D is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 36 | 157 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.38 |
| HSL | 241.98º | 0.63% | 0.38% | - |
| HSV(B) | 241.98º | 0.77% | 0.62% | - |
| XYZ | 7.59 | 4.15 | 32.3 | - |
| YUV | 50.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 157 | 0.75 | 0.77 | 0 | 0.38 | 241.98 | 0.63 | 0.38 |
| Hex | 28 | 24 | 9D | 4B | 4D | 0 | 26 | F2 | 3F | 26 |
| Octal | 50 | 44 | 235 | 113 | 115 | 0 | 46 | 362 | 77 | 46 |
| Binary | 101000 | 100100 | 10011101 | 1001011 | 1001101 | 0 | 100110 | 11110010 | 111111 | 100110 |
Color Harmonies of #28249D
Complementary color
Monochromatic Colors of #28249D
Black with #28249D
Text Example
Text Example
White with #28249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28249D; }
p { color: rgb(40,36,157); }
H1.HeaderClassName
{
color: #28249D;
}
.AnyTagClassName
{
color: #28249D;
}
</style>
background-color css
<style>
a { background-color: #28249D; }
a { background-color: rgb(40,36,157); }
div.DivClassName
{
background-color: #28249D;
}
.BgClassName
{
background-color: #28249D;
}
</style>
border-color css
<style>
span { border-color: #28249D; }
span { border-color: rgb(40,36,157); }
td.TdClassName
{
border-color: #28249D;
}
.TagClassName
{
border-color: #28249D;
}
</style>