Shades of Ultramarine #282595
Tints of Ultramarine #282595
RGB
CMYK
RGB Variations
Color information
#282595 (or 0x282595) is known color: Ultramarine. HEX triplet: 28, 25 and 95. RGB value is (40,37,149). Sum of RGB (Red+Green+Blue) = 40+37+149=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #282595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282595 is #D7DA6A. Grayscale: #323232. Windows color (decimal): -14146155 or 9774376. OLE color: 9774376.
HSL color Cylindrical-coordinate representation of color #282595: hue angle of 241.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282595 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 37 | 149 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.42 |
| HSL | 241.61º | 0.6% | 0.36% | - |
| HSV(B) | 241.61º | 0.75% | 0.58% | - |
| XYZ | 6.96 | 3.94 | 28.83 | - |
| YUV | 50.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 149 | 0.73 | 0.75 | 0 | 0.42 | 241.61 | 0.6 | 0.36 |
| Hex | 28 | 25 | 95 | 49 | 4B | 0 | 2A | F2 | 3C | 24 |
| Octal | 50 | 45 | 225 | 111 | 113 | 0 | 52 | 362 | 74 | 44 |
| Binary | 101000 | 100101 | 10010101 | 1001001 | 1001011 | 0 | 101010 | 11110010 | 111100 | 100100 |
Color Harmonies of #282595
Complementary color
Monochromatic Colors of #282595
Black with #282595
Text Example
Text Example
White with #282595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282595; }
p { color: rgb(40,37,149); }
H1.HeaderClassName
{
color: #282595;
}
.AnyTagClassName
{
color: #282595;
}
</style>
background-color css
<style>
a { background-color: #282595; }
a { background-color: rgb(40,37,149); }
div.DivClassName
{
background-color: #282595;
}
.BgClassName
{
background-color: #282595;
}
</style>
border-color css
<style>
span { border-color: #282595; }
span { border-color: rgb(40,37,149); }
td.TdClassName
{
border-color: #282595;
}
.TagClassName
{
border-color: #282595;
}
</style>