Shades of Ultramarine #3405AD
Tints of Ultramarine #3405AD
RGB
CMYK
RGB Variations
Color information
#3405AD (or 0x3405AD) is known color: Ultramarine. HEX triplet: 34, 05 and AD. RGB value is (52,5,173). Sum of RGB (Red+Green+Blue) = 52+5+173=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #3405AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3405AD is #CBFA52. Grayscale: #252525. Windows color (decimal): -13367891 or 11339060. OLE color: 11339060.
HSL color Cylindrical-coordinate representation of color #3405AD: hue angle of 256.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3405AD is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 5 | 173 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.32 |
| HSL | 256.79º | 0.94% | 0.35% | - |
| HSV(B) | 256.79º | 0.97% | 0.68% | - |
| XYZ | 9.01 | 3.86 | 39.8 | - |
| YUV | 38.21 | 204.07 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 173 | 0.70 | 0.97 | 0 | 0.32 | 256.79 | 0.94 | 0.35 |
| Hex | 34 | 5 | AD | 46 | 61 | 0 | 20 | 101 | 5E | 23 |
| Octal | 64 | 5 | 255 | 106 | 141 | 0 | 40 | 401 | 136 | 43 |
| Binary | 110100 | 101 | 10101101 | 1000110 | 1100001 | 0 | 100000 | 100000001 | 1011110 | 100011 |
Color Harmonies of #3405AD
Complementary color
Monochromatic Colors of #3405AD
Black with #3405AD
Text Example
Text Example
White with #3405AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3405AD; }
p { color: rgb(52,5,173); }
H1.HeaderClassName
{
color: #3405AD;
}
.AnyTagClassName
{
color: #3405AD;
}
</style>
background-color css
<style>
a { background-color: #3405AD; }
a { background-color: rgb(52,5,173); }
div.DivClassName
{
background-color: #3405AD;
}
.BgClassName
{
background-color: #3405AD;
}
</style>
border-color css
<style>
span { border-color: #3405AD; }
span { border-color: rgb(52,5,173); }
td.TdClassName
{
border-color: #3405AD;
}
.TagClassName
{
border-color: #3405AD;
}
</style>