Shades of Ultramarine #3400AD
Tints of Ultramarine #3400AD
RGB
CMYK
RGB Variations
Color information
#3400AD (or 0x3400AD) is known color: Ultramarine. HEX triplet: 34, 00 and AD. RGB value is (52,0,173). Sum of RGB (Red+Green+Blue) = 52+0+173=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #3400AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400AD is #CBFF52. Grayscale: #222222. Windows color (decimal): -13369171 or 11337780. OLE color: 11337780.
HSL color Cylindrical-coordinate representation of color #3400AD: hue angle of 258.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400AD is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 0 | 173 | - |
| CMYK | 0.70 | 1 | 0 | 0.32 |
| HSL | 258.03º | 1% | 0.34% | - |
| HSV(B) | 258.03º | 1% | 0.68% | - |
| XYZ | 8.96 | 3.75 | 39.79 | - |
| YUV | 35.27 | 205.73 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 173 | 0.70 | 1 | 0 | 0.32 | 258.03 | 1 | 0.34 |
| Hex | 34 | 0 | AD | 46 | 64 | 0 | 20 | 102 | 64 | 22 |
| Octal | 64 | 0 | 255 | 106 | 144 | 0 | 40 | 402 | 144 | 42 |
| Binary | 110100 | 0 | 10101101 | 1000110 | 1100100 | 0 | 100000 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3400AD
Complementary color
Monochromatic Colors of #3400AD
Black with #3400AD
Text Example
Text Example
White with #3400AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400AD; }
p { color: rgb(52,0,173); }
H1.HeaderClassName
{
color: #3400AD;
}
.AnyTagClassName
{
color: #3400AD;
}
</style>
background-color css
<style>
a { background-color: #3400AD; }
a { background-color: rgb(52,0,173); }
div.DivClassName
{
background-color: #3400AD;
}
.BgClassName
{
background-color: #3400AD;
}
</style>
border-color css
<style>
span { border-color: #3400AD; }
span { border-color: rgb(52,0,173); }
td.TdClassName
{
border-color: #3400AD;
}
.TagClassName
{
border-color: #3400AD;
}
</style>