Shades of Ultramarine #28239D
Tints of Ultramarine #28239D
RGB
CMYK
RGB Variations
Color information
#28239D (or 0x28239D) is known color: Ultramarine. HEX triplet: 28, 23 and 9D. RGB value is (40,35,157). Sum of RGB (Red+Green+Blue) = 40+35+157=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #28239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28239D is #D7DC62. Grayscale: #313131. Windows color (decimal): -14146659 or 10298152. OLE color: 10298152.
HSL color Cylindrical-coordinate representation of color #28239D: hue angle of 242.46º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28239D is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 35 | 157 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.38 |
| HSL | 242.46º | 0.64% | 0.38% | - |
| HSV(B) | 242.46º | 0.78% | 0.62% | - |
| XYZ | 7.56 | 4.09 | 32.29 | - |
| YUV | 50.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 157 | 0.75 | 0.78 | 0 | 0.38 | 242.46 | 0.64 | 0.38 |
| Hex | 28 | 23 | 9D | 4B | 4E | 0 | 26 | F2 | 40 | 26 |
| Octal | 50 | 43 | 235 | 113 | 116 | 0 | 46 | 362 | 100 | 46 |
| Binary | 101000 | 100011 | 10011101 | 1001011 | 1001110 | 0 | 100110 | 11110010 | 1000000 | 100110 |
Color Harmonies of #28239D
Complementary color
Monochromatic Colors of #28239D
Black with #28239D
Text Example
Text Example
White with #28239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28239D; }
p { color: rgb(40,35,157); }
H1.HeaderClassName
{
color: #28239D;
}
.AnyTagClassName
{
color: #28239D;
}
</style>
background-color css
<style>
a { background-color: #28239D; }
a { background-color: rgb(40,35,157); }
div.DivClassName
{
background-color: #28239D;
}
.BgClassName
{
background-color: #28239D;
}
</style>
border-color css
<style>
span { border-color: #28239D; }
span { border-color: rgb(40,35,157); }
td.TdClassName
{
border-color: #28239D;
}
.TagClassName
{
border-color: #28239D;
}
</style>