Shades of Ultramarine #3514AB
Tints of Ultramarine #3514AB
RGB
CMYK
RGB Variations
Color information
#3514AB (or 0x3514AB) is known color: Ultramarine. HEX triplet: 35, 14 and AB. RGB value is (53,20,171). Sum of RGB (Red+Green+Blue) = 53+20+171=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #3514AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3514AB is #CAEB54. Grayscale: #2E2E2E. Windows color (decimal): -13298517 or 11211829. OLE color: 11211829.
HSL color Cylindrical-coordinate representation of color #3514AB: hue angle of 253.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3514AB is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 20 | 171 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.33 |
| HSL | 253.11º | 0.79% | 0.37% | - |
| HSV(B) | 253.11º | 0.88% | 0.67% | - |
| XYZ | 9.07 | 4.2 | 38.86 | - |
| YUV | 47.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 171 | 0.69 | 0.88 | 0 | 0.33 | 253.11 | 0.79 | 0.37 |
| Hex | 35 | 14 | AB | 45 | 58 | 0 | 21 | FD | 4F | 25 |
| Octal | 65 | 24 | 253 | 105 | 130 | 0 | 41 | 375 | 117 | 45 |
| Binary | 110101 | 10100 | 10101011 | 1000101 | 1011000 | 0 | 100001 | 11111101 | 1001111 | 100101 |
Color Harmonies of #3514AB
Complementary color
Monochromatic Colors of #3514AB
Black with #3514AB
Text Example
Text Example
White with #3514AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514AB; }
p { color: rgb(53,20,171); }
H1.HeaderClassName
{
color: #3514AB;
}
.AnyTagClassName
{
color: #3514AB;
}
</style>
background-color css
<style>
a { background-color: #3514AB; }
a { background-color: rgb(53,20,171); }
div.DivClassName
{
background-color: #3514AB;
}
.BgClassName
{
background-color: #3514AB;
}
</style>
border-color css
<style>
span { border-color: #3514AB; }
span { border-color: rgb(53,20,171); }
td.TdClassName
{
border-color: #3514AB;
}
.TagClassName
{
border-color: #3514AB;
}
</style>