Shades of Ultramarine #282399
Tints of Ultramarine #282399
RGB
CMYK
RGB Variations
Color information
#282399 (or 0x282399) is known color: Ultramarine. HEX triplet: 28, 23 and 99. RGB value is (40,35,153). Sum of RGB (Red+Green+Blue) = 40+35+153=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #282399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282399 is #D7DC66. Grayscale: #313131. Windows color (decimal): -14146663 or 10036008. OLE color: 10036008.
HSL color Cylindrical-coordinate representation of color #282399: hue angle of 242.54º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282399 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 35 | 153 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.4 |
| HSL | 242.54º | 0.63% | 0.37% | - |
| HSV(B) | 242.54º | 0.77% | 0.6% | - |
| XYZ | 7.23 | 3.95 | 30.52 | - |
| YUV | 49.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 153 | 0.74 | 0.77 | 0 | 0.4 | 242.54 | 0.63 | 0.37 |
| Hex | 28 | 23 | 99 | 4A | 4D | 0 | 28 | F3 | 3F | 25 |
| Octal | 50 | 43 | 231 | 112 | 115 | 0 | 50 | 363 | 77 | 45 |
| Binary | 101000 | 100011 | 10011001 | 1001010 | 1001101 | 0 | 101000 | 11110011 | 111111 | 100101 |
Color Harmonies of #282399
Complementary color
Monochromatic Colors of #282399
Black with #282399
Text Example
Text Example
White with #282399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282399; }
p { color: rgb(40,35,153); }
H1.HeaderClassName
{
color: #282399;
}
.AnyTagClassName
{
color: #282399;
}
</style>
background-color css
<style>
a { background-color: #282399; }
a { background-color: rgb(40,35,153); }
div.DivClassName
{
background-color: #282399;
}
.BgClassName
{
background-color: #282399;
}
</style>
border-color css
<style>
span { border-color: #282399; }
span { border-color: rgb(40,35,153); }
td.TdClassName
{
border-color: #282399;
}
.TagClassName
{
border-color: #282399;
}
</style>