Shades of Ultramarine #3400AA
Tints of Ultramarine #3400AA
RGB
CMYK
RGB Variations
Color information
#3400AA (or 0x3400AA) is known color: Ultramarine. HEX triplet: 34, 00 and AA. RGB value is (52,0,170). Sum of RGB (Red+Green+Blue) = 52+0+170=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #3400AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400AA is #CBFF55. Grayscale: #222222. Windows color (decimal): -13369174 or 11141172. OLE color: 11141172.
HSL color Cylindrical-coordinate representation of color #3400AA: hue angle of 258.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400AA is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 0 | 170 | - |
| CMYK | 0.69 | 1 | 0 | 0.33 |
| HSL | 258.35º | 1% | 0.33% | - |
| HSV(B) | 258.35º | 1% | 0.67% | - |
| XYZ | 8.67 | 3.63 | 38.27 | - |
| YUV | 34.93 | 204.23 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 170 | 0.69 | 1 | 0 | 0.33 | 258.35 | 1 | 0.33 |
| Hex | 34 | 0 | AA | 45 | 64 | 0 | 21 | 102 | 64 | 21 |
| Octal | 64 | 0 | 252 | 105 | 144 | 0 | 41 | 402 | 144 | 41 |
| Binary | 110100 | 0 | 10101010 | 1000101 | 1100100 | 0 | 100001 | 100000010 | 1100100 | 100001 |
Color Harmonies of #3400AA
Complementary color
Monochromatic Colors of #3400AA
Black with #3400AA
Text Example
Text Example
White with #3400AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400AA; }
p { color: rgb(52,0,170); }
H1.HeaderClassName
{
color: #3400AA;
}
.AnyTagClassName
{
color: #3400AA;
}
</style>
background-color css
<style>
a { background-color: #3400AA; }
a { background-color: rgb(52,0,170); }
div.DivClassName
{
background-color: #3400AA;
}
.BgClassName
{
background-color: #3400AA;
}
</style>
border-color css
<style>
span { border-color: #3400AA; }
span { border-color: rgb(52,0,170); }
td.TdClassName
{
border-color: #3400AA;
}
.TagClassName
{
border-color: #3400AA;
}
</style>