Shades of Ultramarine #2914AC
Tints of Ultramarine #2914AC
RGB
CMYK
RGB Variations
Color information
#2914AC (or 0x2914AC) is known color: Ultramarine. HEX triplet: 29, 14 and AC. RGB value is (41,20,172). Sum of RGB (Red+Green+Blue) = 41+20+172=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #2914AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2914AC is #D6EB53. Grayscale: #2B2B2B. Windows color (decimal): -14084948 or 11277353. OLE color: 11277353.
HSL color Cylindrical-coordinate representation of color #2914AC: hue angle of 248.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2914AC is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 20 | 172 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.33 |
| HSL | 248.29º | 0.79% | 0.38% | - |
| HSV(B) | 248.29º | 0.88% | 0.67% | - |
| XYZ | 8.61 | 3.95 | 39.34 | - |
| YUV | 43.61 | 200.46 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 172 | 0.76 | 0.88 | 0 | 0.33 | 248.29 | 0.79 | 0.38 |
| Hex | 29 | 14 | AC | 4C | 58 | 0 | 21 | F8 | 4F | 26 |
| Octal | 51 | 24 | 254 | 114 | 130 | 0 | 41 | 370 | 117 | 46 |
| Binary | 101001 | 10100 | 10101100 | 1001100 | 1011000 | 0 | 100001 | 11111000 | 1001111 | 100110 |
Color Harmonies of #2914AC
Complementary color
Monochromatic Colors of #2914AC
Black with #2914AC
Text Example
Text Example
White with #2914AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2914AC; }
p { color: rgb(41,20,172); }
H1.HeaderClassName
{
color: #2914AC;
}
.AnyTagClassName
{
color: #2914AC;
}
</style>
background-color css
<style>
a { background-color: #2914AC; }
a { background-color: rgb(41,20,172); }
div.DivClassName
{
background-color: #2914AC;
}
.BgClassName
{
background-color: #2914AC;
}
</style>
border-color css
<style>
span { border-color: #2914AC; }
span { border-color: rgb(41,20,172); }
td.TdClassName
{
border-color: #2914AC;
}
.TagClassName
{
border-color: #2914AC;
}
</style>