Shades of Ultramarine #282198
Tints of Ultramarine #282198
RGB
CMYK
RGB Variations
Color information
#282198 (or 0x282198) is known color: Ultramarine. HEX triplet: 28, 21 and 98. RGB value is (40,33,152). Sum of RGB (Red+Green+Blue) = 40+33+152=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #282198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282198 is #D7DE67. Grayscale: #303030. Windows color (decimal): -14147176 or 9969960. OLE color: 9969960.
HSL color Cylindrical-coordinate representation of color #282198: hue angle of 243.53º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282198 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 33 | 152 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.40 |
| HSL | 243.53º | 0.64% | 0.36% | - |
| HSV(B) | 243.53º | 0.78% | 0.6% | - |
| XYZ | 7.09 | 3.81 | 30.07 | - |
| YUV | 48.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 152 | 0.74 | 0.78 | 0 | 0.40 | 243.53 | 0.64 | 0.36 |
| Hex | 28 | 21 | 98 | 4A | 4E | 0 | 28 | F4 | 40 | 24 |
| Octal | 50 | 41 | 230 | 112 | 116 | 0 | 50 | 364 | 100 | 44 |
| Binary | 101000 | 100001 | 10011000 | 1001010 | 1001110 | 0 | 101000 | 11110100 | 1000000 | 100100 |
Color Harmonies of #282198
Complementary color
Monochromatic Colors of #282198
Black with #282198
Text Example
Text Example
White with #282198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282198; }
p { color: rgb(40,33,152); }
H1.HeaderClassName
{
color: #282198;
}
.AnyTagClassName
{
color: #282198;
}
</style>
background-color css
<style>
a { background-color: #282198; }
a { background-color: rgb(40,33,152); }
div.DivClassName
{
background-color: #282198;
}
.BgClassName
{
background-color: #282198;
}
</style>
border-color css
<style>
span { border-color: #282198; }
span { border-color: rgb(40,33,152); }
td.TdClassName
{
border-color: #282198;
}
.TagClassName
{
border-color: #282198;
}
</style>