Shades of Ultramarine #3411AA
Tints of Ultramarine #3411AA
RGB
CMYK
RGB Variations
Color information
#3411AA (or 0x3411AA) is known color: Ultramarine. HEX triplet: 34, 11 and AA. RGB value is (52,17,170). Sum of RGB (Red+Green+Blue) = 52+17+170=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #3411AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3411AA is #CBEE55. Grayscale: #2C2C2C. Windows color (decimal): -13364822 or 11145524. OLE color: 11145524.
HSL color Cylindrical-coordinate representation of color #3411AA: hue angle of 253.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3411AA is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 17 | 170 | - |
| CMYK | 0.69 | 0.9 | 0 | 0.33 |
| HSL | 253.73º | 0.82% | 0.37% | - |
| HSV(B) | 253.73º | 0.9% | 0.67% | - |
| XYZ | 8.87 | 4.03 | 38.34 | - |
| YUV | 44.91 | 198.6 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 170 | 0.69 | 0.9 | 0 | 0.33 | 253.73 | 0.82 | 0.37 |
| Hex | 34 | 11 | AA | 45 | 5A | 0 | 21 | FE | 52 | 25 |
| Octal | 64 | 21 | 252 | 105 | 132 | 0 | 41 | 376 | 122 | 45 |
| Binary | 110100 | 10001 | 10101010 | 1000101 | 1011010 | 0 | 100001 | 11111110 | 1010010 | 100101 |
Color Harmonies of #3411AA
Complementary color
Monochromatic Colors of #3411AA
Black with #3411AA
Text Example
Text Example
White with #3411AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3411AA; }
p { color: rgb(52,17,170); }
H1.HeaderClassName
{
color: #3411AA;
}
.AnyTagClassName
{
color: #3411AA;
}
</style>
background-color css
<style>
a { background-color: #3411AA; }
a { background-color: rgb(52,17,170); }
div.DivClassName
{
background-color: #3411AA;
}
.BgClassName
{
background-color: #3411AA;
}
</style>
border-color css
<style>
span { border-color: #3411AA; }
span { border-color: rgb(52,17,170); }
td.TdClassName
{
border-color: #3411AA;
}
.TagClassName
{
border-color: #3411AA;
}
</style>