Shades of Ultramarine #2714AD
Tints of Ultramarine #2714AD
RGB
CMYK
RGB Variations
Color information
#2714AD (or 0x2714AD) is known color: Ultramarine. HEX triplet: 27, 14 and AD. RGB value is (39,20,173). Sum of RGB (Red+Green+Blue) = 39+20+173=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2714AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2714AD is #D8EB52. Grayscale: #2A2A2A. Windows color (decimal): -14216019 or 11342887. OLE color: 11342887.
HSL color Cylindrical-coordinate representation of color #2714AD: hue angle of 247.45º 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 #2714AD is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 20 | 173 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.32 |
| HSL | 247.45º | 0.79% | 0.38% | - |
| HSV(B) | 247.45º | 0.88% | 0.68% | - |
| XYZ | 8.63 | 3.95 | 39.84 | - |
| YUV | 43.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 173 | 0.77 | 0.88 | 0 | 0.32 | 247.45 | 0.79 | 0.38 |
| Hex | 27 | 14 | AD | 4D | 58 | 0 | 20 | F7 | 4F | 26 |
| Octal | 47 | 24 | 255 | 115 | 130 | 0 | 40 | 367 | 117 | 46 |
| Binary | 100111 | 10100 | 10101101 | 1001101 | 1011000 | 0 | 100000 | 11110111 | 1001111 | 100110 |
Color Harmonies of #2714AD
Complementary color
Monochromatic Colors of #2714AD
Black with #2714AD
Text Example
Text Example
White with #2714AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2714AD; }
p { color: rgb(39,20,173); }
H1.HeaderClassName
{
color: #2714AD;
}
.AnyTagClassName
{
color: #2714AD;
}
</style>
background-color css
<style>
a { background-color: #2714AD; }
a { background-color: rgb(39,20,173); }
div.DivClassName
{
background-color: #2714AD;
}
.BgClassName
{
background-color: #2714AD;
}
</style>
border-color css
<style>
span { border-color: #2714AD; }
span { border-color: rgb(39,20,173); }
td.TdClassName
{
border-color: #2714AD;
}
.TagClassName
{
border-color: #2714AD;
}
</style>