Shades of Ultramarine #3506AD
Tints of Ultramarine #3506AD
RGB
CMYK
RGB Variations
Color information
#3506AD (or 0x3506AD) is known color: Ultramarine. HEX triplet: 35, 06 and AD. RGB value is (53,6,173). Sum of RGB (Red+Green+Blue) = 53+6+173=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #3506AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3506AD is #CAF952. Grayscale: #262626. Windows color (decimal): -13302099 or 11339317. OLE color: 11339317.
HSL color Cylindrical-coordinate representation of color #3506AD: hue angle of 256.89º degrees, saturation: 0.93, 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 #3506AD is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 6 | 173 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.32 |
| HSL | 256.89º | 0.93% | 0.35% | - |
| HSV(B) | 256.89º | 0.97% | 0.68% | - |
| XYZ | 9.08 | 3.9 | 39.81 | - |
| YUV | 39.09 | 203.57 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 173 | 0.69 | 0.97 | 0 | 0.32 | 256.89 | 0.93 | 0.35 |
| Hex | 35 | 6 | AD | 45 | 61 | 0 | 20 | 101 | 5D | 23 |
| Octal | 65 | 6 | 255 | 105 | 141 | 0 | 40 | 401 | 135 | 43 |
| Binary | 110101 | 110 | 10101101 | 1000101 | 1100001 | 0 | 100000 | 100000001 | 1011101 | 100011 |
Color Harmonies of #3506AD
Complementary color
Monochromatic Colors of #3506AD
Black with #3506AD
Text Example
Text Example
White with #3506AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3506AD; }
p { color: rgb(53,6,173); }
H1.HeaderClassName
{
color: #3506AD;
}
.AnyTagClassName
{
color: #3506AD;
}
</style>
background-color css
<style>
a { background-color: #3506AD; }
a { background-color: rgb(53,6,173); }
div.DivClassName
{
background-color: #3506AD;
}
.BgClassName
{
background-color: #3506AD;
}
</style>
border-color css
<style>
span { border-color: #3506AD; }
span { border-color: rgb(53,6,173); }
td.TdClassName
{
border-color: #3506AD;
}
.TagClassName
{
border-color: #3506AD;
}
</style>