Shades of Ultramarine #3514AD
Tints of Ultramarine #3514AD
RGB
CMYK
RGB Variations
Color information
#3514AD (or 0x3514AD) is known color: Ultramarine. HEX triplet: 35, 14 and AD. RGB value is (53,20,173). Sum of RGB (Red+Green+Blue) = 53+20+173=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #3514AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3514AD is #CAEB52. Grayscale: #2E2E2E. Windows color (decimal): -13298515 or 11342901. OLE color: 11342901.
HSL color Cylindrical-coordinate representation of color #3514AD: hue angle of 252.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3514AD is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 20 | 173 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.32 |
| HSL | 252.94º | 0.79% | 0.38% | - |
| HSV(B) | 252.94º | 0.88% | 0.68% | - |
| XYZ | 9.26 | 4.27 | 39.87 | - |
| YUV | 47.31 | 198.93 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 173 | 0.69 | 0.88 | 0 | 0.32 | 252.94 | 0.79 | 0.38 |
| Hex | 35 | 14 | AD | 45 | 58 | 0 | 20 | FD | 4F | 26 |
| Octal | 65 | 24 | 255 | 105 | 130 | 0 | 40 | 375 | 117 | 46 |
| Binary | 110101 | 10100 | 10101101 | 1000101 | 1011000 | 0 | 100000 | 11111101 | 1001111 | 100110 |
Color Harmonies of #3514AD
Complementary color
Monochromatic Colors of #3514AD
Black with #3514AD
Text Example
Text Example
White with #3514AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514AD; }
p { color: rgb(53,20,173); }
H1.HeaderClassName
{
color: #3514AD;
}
.AnyTagClassName
{
color: #3514AD;
}
</style>
background-color css
<style>
a { background-color: #3514AD; }
a { background-color: rgb(53,20,173); }
div.DivClassName
{
background-color: #3514AD;
}
.BgClassName
{
background-color: #3514AD;
}
</style>
border-color css
<style>
span { border-color: #3514AD; }
span { border-color: rgb(53,20,173); }
td.TdClassName
{
border-color: #3514AD;
}
.TagClassName
{
border-color: #3514AD;
}
</style>