Shades of Ultramarine #2705AD
Tints of Ultramarine #2705AD
RGB
CMYK
RGB Variations
Color information
#2705AD (or 0x2705AD) is known color: Ultramarine. HEX triplet: 27, 05 and AD. RGB value is (39,5,173). Sum of RGB (Red+Green+Blue) = 39+5+173=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #2705AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2705AD is #D8FA52. Grayscale: #212121. Windows color (decimal): -14219859 or 11339047. OLE color: 11339047.
HSL color Cylindrical-coordinate representation of color #2705AD: hue angle of 252.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2705AD is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 5 | 173 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.32 |
| HSL | 252.14º | 0.94% | 0.35% | - |
| HSV(B) | 252.14º | 0.97% | 0.68% | - |
| XYZ | 8.43 | 3.56 | 39.78 | - |
| YUV | 34.32 | 206.26 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 173 | 0.77 | 0.97 | 0 | 0.32 | 252.14 | 0.94 | 0.35 |
| Hex | 27 | 5 | AD | 4D | 61 | 0 | 20 | FC | 5E | 23 |
| Octal | 47 | 5 | 255 | 115 | 141 | 0 | 40 | 374 | 136 | 43 |
| Binary | 100111 | 101 | 10101101 | 1001101 | 1100001 | 0 | 100000 | 11111100 | 1011110 | 100011 |
Color Harmonies of #2705AD
Complementary color
Monochromatic Colors of #2705AD
Black with #2705AD
Text Example
Text Example
White with #2705AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705AD; }
p { color: rgb(39,5,173); }
H1.HeaderClassName
{
color: #2705AD;
}
.AnyTagClassName
{
color: #2705AD;
}
</style>
background-color css
<style>
a { background-color: #2705AD; }
a { background-color: rgb(39,5,173); }
div.DivClassName
{
background-color: #2705AD;
}
.BgClassName
{
background-color: #2705AD;
}
</style>
border-color css
<style>
span { border-color: #2705AD; }
span { border-color: rgb(39,5,173); }
td.TdClassName
{
border-color: #2705AD;
}
.TagClassName
{
border-color: #2705AD;
}
</style>