Shades of Ultramarine #3614AD
Tints of Ultramarine #3614AD
RGB
CMYK
RGB Variations
Color information
#3614AD (or 0x3614AD) is known color: Ultramarine. HEX triplet: 36, 14 and AD. RGB value is (54,20,173). Sum of RGB (Red+Green+Blue) = 54+20+173=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3614AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3614AD is #C9EB52. Grayscale: #2F2F2F. Windows color (decimal): -13232979 or 11342902. OLE color: 11342902.
HSL color Cylindrical-coordinate representation of color #3614AD: hue angle of 253.33º 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 #3614AD is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 20 | 173 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.32 |
| HSL | 253.33º | 0.79% | 0.38% | - |
| HSV(B) | 253.33º | 0.88% | 0.68% | - |
| XYZ | 9.31 | 4.3 | 39.87 | - |
| YUV | 47.61 | 198.76 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 173 | 0.69 | 0.88 | 0 | 0.32 | 253.33 | 0.79 | 0.38 |
| Hex | 36 | 14 | AD | 45 | 58 | 0 | 20 | FD | 4F | 26 |
| Octal | 66 | 24 | 255 | 105 | 130 | 0 | 40 | 375 | 117 | 46 |
| Binary | 110110 | 10100 | 10101101 | 1000101 | 1011000 | 0 | 100000 | 11111101 | 1001111 | 100110 |
Color Harmonies of #3614AD
Complementary color
Monochromatic Colors of #3614AD
Black with #3614AD
Text Example
Text Example
White with #3614AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3614AD; }
p { color: rgb(54,20,173); }
H1.HeaderClassName
{
color: #3614AD;
}
.AnyTagClassName
{
color: #3614AD;
}
</style>
background-color css
<style>
a { background-color: #3614AD; }
a { background-color: rgb(54,20,173); }
div.DivClassName
{
background-color: #3614AD;
}
.BgClassName
{
background-color: #3614AD;
}
</style>
border-color css
<style>
span { border-color: #3614AD; }
span { border-color: rgb(54,20,173); }
td.TdClassName
{
border-color: #3614AD;
}
.TagClassName
{
border-color: #3614AD;
}
</style>