Shades of Ultramarine #3500AC
Tints of Ultramarine #3500AC
RGB
CMYK
RGB Variations
Color information
#3500AC (or 0x3500AC) is known color: Ultramarine. HEX triplet: 35, 00 and AC. RGB value is (53,0,172). Sum of RGB (Red+Green+Blue) = 53+0+172=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #3500AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3500AC is #CAFF53. Grayscale: #222222. Windows color (decimal): -13303636 or 11272245. OLE color: 11272245.
HSL color Cylindrical-coordinate representation of color #3500AC: hue angle of 258.49º 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 #3500AC is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 0 | 172 | - |
| CMYK | 0.69 | 1 | 0 | 0.33 |
| HSL | 258.49º | 1% | 0.34% | - |
| HSV(B) | 258.49º | 1% | 0.67% | - |
| XYZ | 8.91 | 3.74 | 39.28 | - |
| YUV | 35.46 | 205.06 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 172 | 0.69 | 1 | 0 | 0.33 | 258.49 | 1 | 0.34 |
| Hex | 35 | 0 | AC | 45 | 64 | 0 | 21 | 102 | 64 | 22 |
| Octal | 65 | 0 | 254 | 105 | 144 | 0 | 41 | 402 | 144 | 42 |
| Binary | 110101 | 0 | 10101100 | 1000101 | 1100100 | 0 | 100001 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3500AC
Complementary color
Monochromatic Colors of #3500AC
Black with #3500AC
Text Example
Text Example
White with #3500AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500AC; }
p { color: rgb(53,0,172); }
H1.HeaderClassName
{
color: #3500AC;
}
.AnyTagClassName
{
color: #3500AC;
}
</style>
background-color css
<style>
a { background-color: #3500AC; }
a { background-color: rgb(53,0,172); }
div.DivClassName
{
background-color: #3500AC;
}
.BgClassName
{
background-color: #3500AC;
}
</style>
border-color css
<style>
span { border-color: #3500AC; }
span { border-color: rgb(53,0,172); }
td.TdClassName
{
border-color: #3500AC;
}
.TagClassName
{
border-color: #3500AC;
}
</style>