Shades of Ultramarine #282194
Tints of Ultramarine #282194
RGB
CMYK
RGB Variations
Color information
#282194 (or 0x282194) is known color: Ultramarine. HEX triplet: 28, 21 and 94. RGB value is (40,33,148). Sum of RGB (Red+Green+Blue) = 40+33+148=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #282194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282194 is #D7DE6B. Grayscale: #2F2F2F. Windows color (decimal): -14147180 or 9707816. OLE color: 9707816.
HSL color Cylindrical-coordinate representation of color #282194: hue angle of 243.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282194 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 33 | 148 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.42 |
| HSL | 243.65º | 0.64% | 0.35% | - |
| HSV(B) | 243.65º | 0.78% | 0.58% | - |
| XYZ | 6.76 | 3.68 | 28.37 | - |
| YUV | 48.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 148 | 0.73 | 0.78 | 0 | 0.42 | 243.65 | 0.64 | 0.35 |
| Hex | 28 | 21 | 94 | 49 | 4E | 0 | 2A | F4 | 40 | 23 |
| Octal | 50 | 41 | 224 | 111 | 116 | 0 | 52 | 364 | 100 | 43 |
| Binary | 101000 | 100001 | 10010100 | 1001001 | 1001110 | 0 | 101010 | 11110100 | 1000000 | 100011 |
Color Harmonies of #282194
Complementary color
Monochromatic Colors of #282194
Black with #282194
Text Example
Text Example
White with #282194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282194; }
p { color: rgb(40,33,148); }
H1.HeaderClassName
{
color: #282194;
}
.AnyTagClassName
{
color: #282194;
}
</style>
background-color css
<style>
a { background-color: #282194; }
a { background-color: rgb(40,33,148); }
div.DivClassName
{
background-color: #282194;
}
.BgClassName
{
background-color: #282194;
}
</style>
border-color css
<style>
span { border-color: #282194; }
span { border-color: rgb(40,33,148); }
td.TdClassName
{
border-color: #282194;
}
.TagClassName
{
border-color: #282194;
}
</style>