Shades of Ultramarine #282598
Tints of Ultramarine #282598
RGB
CMYK
RGB Variations
Color information
#282598 (or 0x282598) is known color: Ultramarine. HEX triplet: 28, 25 and 98. RGB value is (40,37,152). Sum of RGB (Red+Green+Blue) = 40+37+152=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #282598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282598 is #D7DA67. Grayscale: #323232. Windows color (decimal): -14146152 or 9970984. OLE color: 9970984.
HSL color Cylindrical-coordinate representation of color #282598: hue angle of 241.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282598 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 37 | 152 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.40 |
| HSL | 241.57º | 0.61% | 0.37% | - |
| HSV(B) | 241.57º | 0.76% | 0.6% | - |
| XYZ | 7.2 | 4.04 | 30.11 | - |
| YUV | 51.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 152 | 0.74 | 0.76 | 0 | 0.40 | 241.57 | 0.61 | 0.37 |
| Hex | 28 | 25 | 98 | 4A | 4C | 0 | 28 | F2 | 3D | 25 |
| Octal | 50 | 45 | 230 | 112 | 114 | 0 | 50 | 362 | 75 | 45 |
| Binary | 101000 | 100101 | 10011000 | 1001010 | 1001100 | 0 | 101000 | 11110010 | 111101 | 100101 |
Color Harmonies of #282598
Complementary color
Monochromatic Colors of #282598
Black with #282598
Text Example
Text Example
White with #282598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282598; }
p { color: rgb(40,37,152); }
H1.HeaderClassName
{
color: #282598;
}
.AnyTagClassName
{
color: #282598;
}
</style>
background-color css
<style>
a { background-color: #282598; }
a { background-color: rgb(40,37,152); }
div.DivClassName
{
background-color: #282598;
}
.BgClassName
{
background-color: #282598;
}
</style>
border-color css
<style>
span { border-color: #282598; }
span { border-color: rgb(40,37,152); }
td.TdClassName
{
border-color: #282598;
}
.TagClassName
{
border-color: #282598;
}
</style>