Shades of Ultramarine #3500AE
Tints of Ultramarine #3500AE
RGB
CMYK
RGB Variations
Color information
#3500AE (or 0x3500AE) is known color: Ultramarine. HEX triplet: 35, 00 and AE. RGB value is (53,0,174). Sum of RGB (Red+Green+Blue) = 53+0+174=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #3500AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3500AE is #CAFF51. Grayscale: #232323. Windows color (decimal): -13303634 or 11403317. OLE color: 11403317.
HSL color Cylindrical-coordinate representation of color #3500AE: hue angle of 258.28º 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 #3500AE is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 0 | 174 | - |
| CMYK | 0.70 | 1 | 0 | 0.32 |
| HSL | 258.28º | 1% | 0.34% | - |
| HSV(B) | 258.28º | 1% | 0.68% | - |
| XYZ | 9.11 | 3.81 | 40.3 | - |
| YUV | 35.68 | 206.06 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 174 | 0.70 | 1 | 0 | 0.32 | 258.28 | 1 | 0.34 |
| Hex | 35 | 0 | AE | 46 | 64 | 0 | 20 | 102 | 64 | 22 |
| Octal | 65 | 0 | 256 | 106 | 144 | 0 | 40 | 402 | 144 | 42 |
| Binary | 110101 | 0 | 10101110 | 1000110 | 1100100 | 0 | 100000 | 100000010 | 1100100 | 100010 |
Color Harmonies of #3500AE
Complementary color
Monochromatic Colors of #3500AE
Black with #3500AE
Text Example
Text Example
White with #3500AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500AE; }
p { color: rgb(53,0,174); }
H1.HeaderClassName
{
color: #3500AE;
}
.AnyTagClassName
{
color: #3500AE;
}
</style>
background-color css
<style>
a { background-color: #3500AE; }
a { background-color: rgb(53,0,174); }
div.DivClassName
{
background-color: #3500AE;
}
.BgClassName
{
background-color: #3500AE;
}
</style>
border-color css
<style>
span { border-color: #3500AE; }
span { border-color: rgb(53,0,174); }
td.TdClassName
{
border-color: #3500AE;
}
.TagClassName
{
border-color: #3500AE;
}
</style>