Shades of Ultramarine #281DA2
Tints of Ultramarine #281DA2
RGB
CMYK
RGB Variations
Color information
#281DA2 (or 0x281DA2) is known color: Ultramarine. HEX triplet: 28, 1D and A2. RGB value is (40,29,162). Sum of RGB (Red+Green+Blue) = 40+29+162=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #281DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281DA2 is #D7E25D. Grayscale: #2E2E2E. Windows color (decimal): -14148190 or 10624296. OLE color: 10624296.
HSL color Cylindrical-coordinate representation of color #281DA2: hue angle of 244.96º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281DA2 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 29 | 162 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.36 |
| HSL | 244.96º | 0.7% | 0.37% | - |
| HSV(B) | 244.96º | 0.82% | 0.64% | - |
| XYZ | 7.84 | 3.94 | 34.53 | - |
| YUV | 47.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 162 | 0.75 | 0.82 | 0 | 0.36 | 244.96 | 0.7 | 0.37 |
| Hex | 28 | 1D | A2 | 4B | 52 | 0 | 24 | F5 | 46 | 25 |
| Octal | 50 | 35 | 242 | 113 | 122 | 0 | 44 | 365 | 106 | 45 |
| Binary | 101000 | 11101 | 10100010 | 1001011 | 1010010 | 0 | 100100 | 11110101 | 1000110 | 100101 |
Color Harmonies of #281DA2
Complementary color
Monochromatic Colors of #281DA2
Black with #281DA2
Text Example
Text Example
White with #281DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DA2; }
p { color: rgb(40,29,162); }
H1.HeaderClassName
{
color: #281DA2;
}
.AnyTagClassName
{
color: #281DA2;
}
</style>
background-color css
<style>
a { background-color: #281DA2; }
a { background-color: rgb(40,29,162); }
div.DivClassName
{
background-color: #281DA2;
}
.BgClassName
{
background-color: #281DA2;
}
</style>
border-color css
<style>
span { border-color: #281DA2; }
span { border-color: rgb(40,29,162); }
td.TdClassName
{
border-color: #281DA2;
}
.TagClassName
{
border-color: #281DA2;
}
</style>