Shades of Ultramarine #282498
Tints of Ultramarine #282498
RGB
CMYK
RGB Variations
Color information
#282498 (or 0x282498) is known color: Ultramarine. HEX triplet: 28, 24 and 98. RGB value is (40,36,152). Sum of RGB (Red+Green+Blue) = 40+36+152=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #282498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282498 is #D7DB67. Grayscale: #313131. Windows color (decimal): -14146408 or 9970728. OLE color: 9970728.
HSL color Cylindrical-coordinate representation of color #282498: hue angle of 242.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282498 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 36 | 152 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.40 |
| HSL | 242.07º | 0.62% | 0.37% | - |
| HSV(B) | 242.07º | 0.76% | 0.6% | - |
| XYZ | 7.17 | 3.98 | 30.1 | - |
| YUV | 50.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 152 | 0.74 | 0.76 | 0 | 0.40 | 242.07 | 0.62 | 0.37 |
| Hex | 28 | 24 | 98 | 4A | 4C | 0 | 28 | F2 | 3E | 25 |
| Octal | 50 | 44 | 230 | 112 | 114 | 0 | 50 | 362 | 76 | 45 |
| Binary | 101000 | 100100 | 10011000 | 1001010 | 1001100 | 0 | 101000 | 11110010 | 111110 | 100101 |
Color Harmonies of #282498
Complementary color
Monochromatic Colors of #282498
Black with #282498
Text Example
Text Example
White with #282498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282498; }
p { color: rgb(40,36,152); }
H1.HeaderClassName
{
color: #282498;
}
.AnyTagClassName
{
color: #282498;
}
</style>
background-color css
<style>
a { background-color: #282498; }
a { background-color: rgb(40,36,152); }
div.DivClassName
{
background-color: #282498;
}
.BgClassName
{
background-color: #282498;
}
</style>
border-color css
<style>
span { border-color: #282498; }
span { border-color: rgb(40,36,152); }
td.TdClassName
{
border-color: #282498;
}
.TagClassName
{
border-color: #282498;
}
</style>