Shades of Ultramarine #282698
Tints of Ultramarine #282698
RGB
CMYK
RGB Variations
Color information
#282698 (or 0x282698) is known color: Ultramarine. HEX triplet: 28, 26 and 98. RGB value is (40,38,152). Sum of RGB (Red+Green+Blue) = 40+38+152=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #282698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282698 is #D7D967. Grayscale: #333333. Windows color (decimal): -14145896 or 9971240. OLE color: 9971240.
HSL color Cylindrical-coordinate representation of color #282698: hue angle of 241.05º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282698 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 38 | 152 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.40 |
| HSL | 241.05º | 0.6% | 0.37% | - |
| HSV(B) | 241.05º | 0.75% | 0.6% | - |
| XYZ | 7.24 | 4.1 | 30.12 | - |
| YUV | 51.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 152 | 0.74 | 0.75 | 0 | 0.40 | 241.05 | 0.6 | 0.37 |
| Hex | 28 | 26 | 98 | 4A | 4B | 0 | 28 | F1 | 3C | 25 |
| Octal | 50 | 46 | 230 | 112 | 113 | 0 | 50 | 361 | 74 | 45 |
| Binary | 101000 | 100110 | 10011000 | 1001010 | 1001011 | 0 | 101000 | 11110001 | 111100 | 100101 |
Color Harmonies of #282698
Complementary color
Monochromatic Colors of #282698
Black with #282698
Text Example
Text Example
White with #282698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282698; }
p { color: rgb(40,38,152); }
H1.HeaderClassName
{
color: #282698;
}
.AnyTagClassName
{
color: #282698;
}
</style>
background-color css
<style>
a { background-color: #282698; }
a { background-color: rgb(40,38,152); }
div.DivClassName
{
background-color: #282698;
}
.BgClassName
{
background-color: #282698;
}
</style>
border-color css
<style>
span { border-color: #282698; }
span { border-color: rgb(40,38,152); }
td.TdClassName
{
border-color: #282698;
}
.TagClassName
{
border-color: #282698;
}
</style>