Shades of Ultramarine #3400AB
Tints of Ultramarine #3400AB
RGB
CMYK
RGB Variations
Color information
#3400AB (or 0x3400AB) is known color: Ultramarine. HEX triplet: 34, 00 and AB. RGB value is (52,0,171). Sum of RGB (Red+Green+Blue) = 52+0+171=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #3400AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400AB is #CBFF54. Grayscale: #222222. Windows color (decimal): -13369173 or 11206708. OLE color: 11206708.
HSL color Cylindrical-coordinate representation of color #3400AB: hue angle of 258.25º 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 #3400AB is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 0 | 171 | - |
| CMYK | 0.70 | 1 | 0 | 0.33 |
| HSL | 258.25º | 1% | 0.34% | - |
| HSV(B) | 258.25º | 1% | 0.67% | - |
| XYZ | 8.77 | 3.67 | 38.77 | - |
| YUV | 35.04 | 204.73 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 171 | 0.70 | 1 | 0 | 0.33 | 258.25 | 1 | 0.34 |
| Hex | 34 | 0 | AB | 46 | 64 | 0 | 21 | 102 | 64 | 22 |
| Octal | 64 | 0 | 253 | 106 | 144 | 0 | 41 | 402 | 144 | 42 |
| Binary | 110100 | 0 | 10101011 | 1000110 | 1100100 | 0 | 100001 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3400AB
Complementary color
Monochromatic Colors of #3400AB
Black with #3400AB
Text Example
Text Example
White with #3400AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400AB; }
p { color: rgb(52,0,171); }
H1.HeaderClassName
{
color: #3400AB;
}
.AnyTagClassName
{
color: #3400AB;
}
</style>
background-color css
<style>
a { background-color: #3400AB; }
a { background-color: rgb(52,0,171); }
div.DivClassName
{
background-color: #3400AB;
}
.BgClassName
{
background-color: #3400AB;
}
</style>
border-color css
<style>
span { border-color: #3400AB; }
span { border-color: rgb(52,0,171); }
td.TdClassName
{
border-color: #3400AB;
}
.TagClassName
{
border-color: #3400AB;
}
</style>