Shades of Ultramarine #3400AC
Tints of Ultramarine #3400AC
RGB
CMYK
RGB Variations
Color information
#3400AC (or 0x3400AC) is known color: Ultramarine. HEX triplet: 34, 00 and AC. RGB value is (52,0,172). Sum of RGB (Red+Green+Blue) = 52+0+172=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #3400AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400AC is #CBFF53. Grayscale: #222222. Windows color (decimal): -13369172 or 11272244. OLE color: 11272244.
HSL color Cylindrical-coordinate representation of color #3400AC: hue angle of 258.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400AC is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 0 | 172 | - |
| CMYK | 0.70 | 1 | 0 | 0.33 |
| HSL | 258.14º | 1% | 0.34% | - |
| HSV(B) | 258.14º | 1% | 0.67% | - |
| XYZ | 8.86 | 3.71 | 39.28 | - |
| YUV | 35.16 | 205.23 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 172 | 0.70 | 1 | 0 | 0.33 | 258.14 | 1 | 0.34 |
| Hex | 34 | 0 | AC | 46 | 64 | 0 | 21 | 102 | 64 | 22 |
| Octal | 64 | 0 | 254 | 106 | 144 | 0 | 41 | 402 | 144 | 42 |
| Binary | 110100 | 0 | 10101100 | 1000110 | 1100100 | 0 | 100001 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3400AC
Complementary color
Monochromatic Colors of #3400AC
Black with #3400AC
Text Example
Text Example
White with #3400AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400AC; }
p { color: rgb(52,0,172); }
H1.HeaderClassName
{
color: #3400AC;
}
.AnyTagClassName
{
color: #3400AC;
}
</style>
background-color css
<style>
a { background-color: #3400AC; }
a { background-color: rgb(52,0,172); }
div.DivClassName
{
background-color: #3400AC;
}
.BgClassName
{
background-color: #3400AC;
}
</style>
border-color css
<style>
span { border-color: #3400AC; }
span { border-color: rgb(52,0,172); }
td.TdClassName
{
border-color: #3400AC;
}
.TagClassName
{
border-color: #3400AC;
}
</style>