Shades of Ultramarine #282597
Tints of Ultramarine #282597
RGB
CMYK
RGB Variations
Color information
#282597 (or 0x282597) is known color: Ultramarine. HEX triplet: 28, 25 and 97. RGB value is (40,37,151). Sum of RGB (Red+Green+Blue) = 40+37+151=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #282597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282597 is #D7DA68. Grayscale: #323232. Windows color (decimal): -14146153 or 9905448. OLE color: 9905448.
HSL color Cylindrical-coordinate representation of color #282597: hue angle of 241.58º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282597 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 37 | 151 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.41 |
| HSL | 241.58º | 0.61% | 0.37% | - |
| HSV(B) | 241.58º | 0.75% | 0.59% | - |
| XYZ | 7.12 | 4.01 | 29.68 | - |
| YUV | 50.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 151 | 0.74 | 0.75 | 0 | 0.41 | 241.58 | 0.61 | 0.37 |
| Hex | 28 | 25 | 97 | 4A | 4B | 0 | 29 | F2 | 3D | 25 |
| Octal | 50 | 45 | 227 | 112 | 113 | 0 | 51 | 362 | 75 | 45 |
| Binary | 101000 | 100101 | 10010111 | 1001010 | 1001011 | 0 | 101001 | 11110010 | 111101 | 100101 |
Color Harmonies of #282597
Complementary color
Monochromatic Colors of #282597
Black with #282597
Text Example
Text Example
White with #282597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282597; }
p { color: rgb(40,37,151); }
H1.HeaderClassName
{
color: #282597;
}
.AnyTagClassName
{
color: #282597;
}
</style>
background-color css
<style>
a { background-color: #282597; }
a { background-color: rgb(40,37,151); }
div.DivClassName
{
background-color: #282597;
}
.BgClassName
{
background-color: #282597;
}
</style>
border-color css
<style>
span { border-color: #282597; }
span { border-color: rgb(40,37,151); }
td.TdClassName
{
border-color: #282597;
}
.TagClassName
{
border-color: #282597;
}
</style>