Shades of Ultramarine #3514AC
Tints of Ultramarine #3514AC
RGB
CMYK
RGB Variations
Color information
#3514AC (or 0x3514AC) is known color: Ultramarine. HEX triplet: 35, 14 and AC. RGB value is (53,20,172). Sum of RGB (Red+Green+Blue) = 53+20+172=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #3514AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3514AC is #CAEB53. Grayscale: #2E2E2E. Windows color (decimal): -13298516 or 11277365. OLE color: 11277365.
HSL color Cylindrical-coordinate representation of color #3514AC: hue angle of 253.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3514AC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 20 | 172 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.33 |
| HSL | 253.03º | 0.79% | 0.38% | - |
| HSV(B) | 253.03º | 0.88% | 0.67% | - |
| XYZ | 9.16 | 4.24 | 39.36 | - |
| YUV | 47.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 172 | 0.69 | 0.88 | 0 | 0.33 | 253.03 | 0.79 | 0.38 |
| Hex | 35 | 14 | AC | 45 | 58 | 0 | 21 | FD | 4F | 26 |
| Octal | 65 | 24 | 254 | 105 | 130 | 0 | 41 | 375 | 117 | 46 |
| Binary | 110101 | 10100 | 10101100 | 1000101 | 1011000 | 0 | 100001 | 11111101 | 1001111 | 100110 |
Color Harmonies of #3514AC
Complementary color
Monochromatic Colors of #3514AC
Black with #3514AC
Text Example
Text Example
White with #3514AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514AC; }
p { color: rgb(53,20,172); }
H1.HeaderClassName
{
color: #3514AC;
}
.AnyTagClassName
{
color: #3514AC;
}
</style>
background-color css
<style>
a { background-color: #3514AC; }
a { background-color: rgb(53,20,172); }
div.DivClassName
{
background-color: #3514AC;
}
.BgClassName
{
background-color: #3514AC;
}
</style>
border-color css
<style>
span { border-color: #3514AC; }
span { border-color: rgb(53,20,172); }
td.TdClassName
{
border-color: #3514AC;
}
.TagClassName
{
border-color: #3514AC;
}
</style>