Shades of Ultramarine #282797
Tints of Ultramarine #282797
RGB
CMYK
RGB Variations
Color information
#282797 (or 0x282797) is known color: Ultramarine. HEX triplet: 28, 27 and 97. RGB value is (40,39,151). Sum of RGB (Red+Green+Blue) = 40+39+151=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 151 (59.38% from 255 or 65.65% from 230); Max value from RGB is 151 - color contains mainly: blue. Hex color #282797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282797 is #D7D868. Grayscale: #333333. Windows color (decimal): -14145641 or 9905960. OLE color: 9905960.
HSL color Cylindrical-coordinate representation of color #282797: hue angle of 240.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282797 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 39 | 151 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.41 |
| HSL | 240.54º | 0.59% | 0.37% | - |
| HSV(B) | 240.54º | 0.74% | 0.59% | - |
| XYZ | 7.19 | 4.14 | 29.7 | - |
| YUV | 52.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 151 | 0.74 | 0.74 | 0 | 0.41 | 240.54 | 0.59 | 0.37 |
| Hex | 28 | 27 | 97 | 4A | 4A | 0 | 29 | F1 | 3B | 25 |
| Octal | 50 | 47 | 227 | 112 | 112 | 0 | 51 | 361 | 73 | 45 |
| Binary | 101000 | 100111 | 10010111 | 1001010 | 1001010 | 0 | 101001 | 11110001 | 111011 | 100101 |
Color Harmonies of #282797
Complementary color
Monochromatic Colors of #282797
Black with #282797
Text Example
Text Example
White with #282797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282797; }
p { color: rgb(40,39,151); }
H1.HeaderClassName
{
color: #282797;
}
.AnyTagClassName
{
color: #282797;
}
</style>
background-color css
<style>
a { background-color: #282797; }
a { background-color: rgb(40,39,151); }
div.DivClassName
{
background-color: #282797;
}
.BgClassName
{
background-color: #282797;
}
</style>
border-color css
<style>
span { border-color: #282797; }
span { border-color: rgb(40,39,151); }
td.TdClassName
{
border-color: #282797;
}
.TagClassName
{
border-color: #282797;
}
</style>