Shades of Ultramarine #28239C
Tints of Ultramarine #28239C
RGB
CMYK
RGB Variations
Color information
#28239C (or 0x28239C) is known color: Ultramarine. HEX triplet: 28, 23 and 9C. RGB value is (40,35,156). Sum of RGB (Red+Green+Blue) = 40+35+156=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #28239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28239C is #D7DC63. Grayscale: #313131. Windows color (decimal): -14146660 or 10232616. OLE color: 10232616.
HSL color Cylindrical-coordinate representation of color #28239C: hue angle of 242.48º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28239C is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 35 | 156 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.39 |
| HSL | 242.48º | 0.63% | 0.37% | - |
| HSV(B) | 242.48º | 0.78% | 0.61% | - |
| XYZ | 7.48 | 4.05 | 31.84 | - |
| YUV | 50.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 156 | 0.74 | 0.78 | 0 | 0.39 | 242.48 | 0.63 | 0.37 |
| Hex | 28 | 23 | 9C | 4A | 4E | 0 | 27 | F2 | 3F | 25 |
| Octal | 50 | 43 | 234 | 112 | 116 | 0 | 47 | 362 | 77 | 45 |
| Binary | 101000 | 100011 | 10011100 | 1001010 | 1001110 | 0 | 100111 | 11110010 | 111111 | 100101 |
Color Harmonies of #28239C
Complementary color
Monochromatic Colors of #28239C
Black with #28239C
Text Example
Text Example
White with #28239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28239C; }
p { color: rgb(40,35,156); }
H1.HeaderClassName
{
color: #28239C;
}
.AnyTagClassName
{
color: #28239C;
}
</style>
background-color css
<style>
a { background-color: #28239C; }
a { background-color: rgb(40,35,156); }
div.DivClassName
{
background-color: #28239C;
}
.BgClassName
{
background-color: #28239C;
}
</style>
border-color css
<style>
span { border-color: #28239C; }
span { border-color: rgb(40,35,156); }
td.TdClassName
{
border-color: #28239C;
}
.TagClassName
{
border-color: #28239C;
}
</style>