Shades of Ultramarine #3500AD
Tints of Ultramarine #3500AD
RGB
CMYK
RGB Variations
Color information
#3500AD (or 0x3500AD) is known color: Ultramarine. HEX triplet: 35, 00 and AD. RGB value is (53,0,173). Sum of RGB (Red+Green+Blue) = 53+0+173=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #3500AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3500AD is #CAFF52. Grayscale: #222222. Windows color (decimal): -13303635 or 11337781. OLE color: 11337781.
HSL color Cylindrical-coordinate representation of color #3500AD: hue angle of 258.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500AD is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 0 | 173 | - |
| CMYK | 0.69 | 1 | 0 | 0.32 |
| HSL | 258.38º | 1% | 0.34% | - |
| HSV(B) | 258.38º | 1% | 0.68% | - |
| XYZ | 9.01 | 3.77 | 39.79 | - |
| YUV | 35.57 | 205.56 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 173 | 0.69 | 1 | 0 | 0.32 | 258.38 | 1 | 0.34 |
| Hex | 35 | 0 | AD | 45 | 64 | 0 | 20 | 102 | 64 | 22 |
| Octal | 65 | 0 | 255 | 105 | 144 | 0 | 40 | 402 | 144 | 42 |
| Binary | 110101 | 0 | 10101101 | 1000101 | 1100100 | 0 | 100000 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3500AD
Complementary color
Monochromatic Colors of #3500AD
Black with #3500AD
Text Example
Text Example
White with #3500AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500AD; }
p { color: rgb(53,0,173); }
H1.HeaderClassName
{
color: #3500AD;
}
.AnyTagClassName
{
color: #3500AD;
}
</style>
background-color css
<style>
a { background-color: #3500AD; }
a { background-color: rgb(53,0,173); }
div.DivClassName
{
background-color: #3500AD;
}
.BgClassName
{
background-color: #3500AD;
}
</style>
border-color css
<style>
span { border-color: #3500AD; }
span { border-color: rgb(53,0,173); }
td.TdClassName
{
border-color: #3500AD;
}
.TagClassName
{
border-color: #3500AD;
}
</style>