Shades of Ultramarine #3502AD
Tints of Ultramarine #3502AD
RGB
CMYK
RGB Variations
Color information
#3502AD (or 0x3502AD) is known color: Ultramarine. HEX triplet: 35, 02 and AD. RGB value is (53,2,173). Sum of RGB (Red+Green+Blue) = 53+2+173=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #3502AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3502AD is #CAFD52. Grayscale: #242424. Windows color (decimal): -13303123 or 11338293. OLE color: 11338293.
HSL color Cylindrical-coordinate representation of color #3502AD: hue angle of 257.89º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502AD is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 2 | 173 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.32 |
| HSL | 257.89º | 0.98% | 0.34% | - |
| HSV(B) | 257.89º | 0.99% | 0.68% | - |
| XYZ | 9.03 | 3.82 | 39.8 | - |
| YUV | 36.74 | 204.9 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 173 | 0.69 | 0.99 | 0 | 0.32 | 257.89 | 0.98 | 0.34 |
| Hex | 35 | 2 | AD | 45 | 63 | 0 | 20 | 102 | 62 | 22 |
| Octal | 65 | 2 | 255 | 105 | 143 | 0 | 40 | 402 | 142 | 42 |
| Binary | 110101 | 10 | 10101101 | 1000101 | 1100011 | 0 | 100000 | 100000010 | 1100010 | 100010 |
Color Harmonies of #3502AD
Complementary color
Monochromatic Colors of #3502AD
Black with #3502AD
Text Example
Text Example
White with #3502AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502AD; }
p { color: rgb(53,2,173); }
H1.HeaderClassName
{
color: #3502AD;
}
.AnyTagClassName
{
color: #3502AD;
}
</style>
background-color css
<style>
a { background-color: #3502AD; }
a { background-color: rgb(53,2,173); }
div.DivClassName
{
background-color: #3502AD;
}
.BgClassName
{
background-color: #3502AD;
}
</style>
border-color css
<style>
span { border-color: #3502AD; }
span { border-color: rgb(53,2,173); }
td.TdClassName
{
border-color: #3502AD;
}
.TagClassName
{
border-color: #3502AD;
}
</style>