Shades of Ultramarine #282492
Tints of Ultramarine #282492
RGB
CMYK
RGB Variations
Color information
#282492 (or 0x282492) is known color: Ultramarine. HEX triplet: 28, 24 and 92. RGB value is (40,36,146). Sum of RGB (Red+Green+Blue) = 40+36+146=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #282492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282492 is #D7DB6D. Grayscale: #313131. Windows color (decimal): -14146414 or 9577512. OLE color: 9577512.
HSL color Cylindrical-coordinate representation of color #282492: hue angle of 242.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282492 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 36 | 146 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.43 |
| HSL | 242.18º | 0.6% | 0.36% | - |
| HSV(B) | 242.18º | 0.75% | 0.57% | - |
| XYZ | 6.69 | 3.79 | 27.57 | - |
| YUV | 49.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 146 | 0.73 | 0.75 | 0 | 0.43 | 242.18 | 0.6 | 0.36 |
| Hex | 28 | 24 | 92 | 49 | 4B | 0 | 2B | F2 | 3C | 24 |
| Octal | 50 | 44 | 222 | 111 | 113 | 0 | 53 | 362 | 74 | 44 |
| Binary | 101000 | 100100 | 10010010 | 1001001 | 1001011 | 0 | 101011 | 11110010 | 111100 | 100100 |
Color Harmonies of #282492
Complementary color
Monochromatic Colors of #282492
Black with #282492
Text Example
Text Example
White with #282492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282492; }
p { color: rgb(40,36,146); }
H1.HeaderClassName
{
color: #282492;
}
.AnyTagClassName
{
color: #282492;
}
</style>
background-color css
<style>
a { background-color: #282492; }
a { background-color: rgb(40,36,146); }
div.DivClassName
{
background-color: #282492;
}
.BgClassName
{
background-color: #282492;
}
</style>
border-color css
<style>
span { border-color: #282492; }
span { border-color: rgb(40,36,146); }
td.TdClassName
{
border-color: #282492;
}
.TagClassName
{
border-color: #282492;
}
</style>