Shades of Ultramarine #28229F
Tints of Ultramarine #28229F
RGB
CMYK
RGB Variations
Color information
#28229F (or 0x28229F) is known color: Ultramarine. HEX triplet: 28, 22 and 9F. RGB value is (40,34,159). Sum of RGB (Red+Green+Blue) = 40+34+159=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #28229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28229F is #D7DD60. Grayscale: #313131. Windows color (decimal): -14146913 or 10428968. OLE color: 10428968.
HSL color Cylindrical-coordinate representation of color #28229F: hue angle of 242.88º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28229F is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 34 | 159 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.38 |
| HSL | 242.88º | 0.65% | 0.38% | - |
| HSV(B) | 242.88º | 0.79% | 0.62% | - |
| XYZ | 7.71 | 4.1 | 33.19 | - |
| YUV | 50.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 159 | 0.75 | 0.79 | 0 | 0.38 | 242.88 | 0.65 | 0.38 |
| Hex | 28 | 22 | 9F | 4B | 4F | 0 | 26 | F3 | 41 | 26 |
| Octal | 50 | 42 | 237 | 113 | 117 | 0 | 46 | 363 | 101 | 46 |
| Binary | 101000 | 100010 | 10011111 | 1001011 | 1001111 | 0 | 100110 | 11110011 | 1000001 | 100110 |
Color Harmonies of #28229F
Complementary color
Monochromatic Colors of #28229F
Black with #28229F
Text Example
Text Example
White with #28229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28229F; }
p { color: rgb(40,34,159); }
H1.HeaderClassName
{
color: #28229F;
}
.AnyTagClassName
{
color: #28229F;
}
</style>
background-color css
<style>
a { background-color: #28229F; }
a { background-color: rgb(40,34,159); }
div.DivClassName
{
background-color: #28229F;
}
.BgClassName
{
background-color: #28229F;
}
</style>
border-color css
<style>
span { border-color: #28229F; }
span { border-color: rgb(40,34,159); }
td.TdClassName
{
border-color: #28229F;
}
.TagClassName
{
border-color: #28229F;
}
</style>