Shades of Ultramarine #282792
Tints of Ultramarine #282792
RGB
CMYK
RGB Variations
Color information
#282792 (or 0x282792) is known color: Ultramarine. HEX triplet: 28, 27 and 92. RGB value is (40,39,146). Sum of RGB (Red+Green+Blue) = 40+39+146=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #282792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282792 is #D7D86D. Grayscale: #333333. Windows color (decimal): -14145646 or 9578280. OLE color: 9578280.
HSL color Cylindrical-coordinate representation of color #282792: hue angle of 240.56º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282792 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 39 | 146 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.43 |
| HSL | 240.56º | 0.58% | 0.36% | - |
| HSV(B) | 240.56º | 0.73% | 0.57% | - |
| XYZ | 6.79 | 3.98 | 27.6 | - |
| YUV | 51.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 146 | 0.73 | 0.73 | 0 | 0.43 | 240.56 | 0.58 | 0.36 |
| Hex | 28 | 27 | 92 | 49 | 49 | 0 | 2B | F1 | 3A | 24 |
| Octal | 50 | 47 | 222 | 111 | 111 | 0 | 53 | 361 | 72 | 44 |
| Binary | 101000 | 100111 | 10010010 | 1001001 | 1001001 | 0 | 101011 | 11110001 | 111010 | 100100 |
Color Harmonies of #282792
Complementary color
Monochromatic Colors of #282792
Black with #282792
Text Example
Text Example
White with #282792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282792; }
p { color: rgb(40,39,146); }
H1.HeaderClassName
{
color: #282792;
}
.AnyTagClassName
{
color: #282792;
}
</style>
background-color css
<style>
a { background-color: #282792; }
a { background-color: rgb(40,39,146); }
div.DivClassName
{
background-color: #282792;
}
.BgClassName
{
background-color: #282792;
}
</style>
border-color css
<style>
span { border-color: #282792; }
span { border-color: rgb(40,39,146); }
td.TdClassName
{
border-color: #282792;
}
.TagClassName
{
border-color: #282792;
}
</style>