Shades of Ultramarine #2A0395
Tints of Ultramarine #2A0395
RGB
CMYK
RGB Variations
Color information
#2A0395 (or 0x2A0395) is known color: Ultramarine. HEX triplet: 2A, 03 and 95. RGB value is (42,3,149). Sum of RGB (Red+Green+Blue) = 42+3+149=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A0395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0395 is #D5FC6A. Grayscale: #1E1E1E. Windows color (decimal): -14023787 or 9765674. OLE color: 9765674.
HSL color Cylindrical-coordinate representation of color #2A0395: hue angle of 256.03º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0395 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 3 | 149 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.42 |
| HSL | 256.03º | 0.96% | 0.3% | - |
| HSV(B) | 256.03º | 0.98% | 0.58% | - |
| XYZ | 6.41 | 2.73 | 28.62 | - |
| YUV | 31.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 149 | 0.72 | 0.98 | 0 | 0.42 | 256.03 | 0.96 | 0.3 |
| Hex | 2A | 3 | 95 | 48 | 62 | 0 | 2A | 100 | 60 | 1E |
| Octal | 52 | 3 | 225 | 110 | 142 | 0 | 52 | 400 | 140 | 36 |
| Binary | 101010 | 11 | 10010101 | 1001000 | 1100010 | 0 | 101010 | 100000000 | 1100000 | 11110 |
Color Harmonies of #2A0395
Complementary color
Monochromatic Colors of #2A0395
Black with #2A0395
Text Example
Text Example
White with #2A0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0395; }
p { color: rgb(42,3,149); }
H1.HeaderClassName
{
color: #2A0395;
}
.AnyTagClassName
{
color: #2A0395;
}
</style>
background-color css
<style>
a { background-color: #2A0395; }
a { background-color: rgb(42,3,149); }
div.DivClassName
{
background-color: #2A0395;
}
.BgClassName
{
background-color: #2A0395;
}
</style>
border-color css
<style>
span { border-color: #2A0395; }
span { border-color: rgb(42,3,149); }
td.TdClassName
{
border-color: #2A0395;
}
.TagClassName
{
border-color: #2A0395;
}
</style>