Shades of Ultramarine #2703AD
Tints of Ultramarine #2703AD
RGB
CMYK
RGB Variations
Color information
#2703AD (or 0x2703AD) is known color: Ultramarine. HEX triplet: 27, 03 and AD. RGB value is (39,3,173). Sum of RGB (Red+Green+Blue) = 39+3+173=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #2703AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2703AD is #D8FC52. Grayscale: #202020. Windows color (decimal): -14220371 or 11338535. OLE color: 11338535.
HSL color Cylindrical-coordinate representation of color #2703AD: hue angle of 252.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2703AD is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 3 | 173 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.32 |
| HSL | 252.71º | 0.97% | 0.35% | - |
| HSV(B) | 252.71º | 0.98% | 0.68% | - |
| XYZ | 8.41 | 3.51 | 39.77 | - |
| YUV | 33.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 173 | 0.77 | 0.98 | 0 | 0.32 | 252.71 | 0.97 | 0.35 |
| Hex | 27 | 3 | AD | 4D | 62 | 0 | 20 | FD | 61 | 23 |
| Octal | 47 | 3 | 255 | 115 | 142 | 0 | 40 | 375 | 141 | 43 |
| Binary | 100111 | 11 | 10101101 | 1001101 | 1100010 | 0 | 100000 | 11111101 | 1100001 | 100011 |
Color Harmonies of #2703AD
Complementary color
Monochromatic Colors of #2703AD
Black with #2703AD
Text Example
Text Example
White with #2703AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2703AD; }
p { color: rgb(39,3,173); }
H1.HeaderClassName
{
color: #2703AD;
}
.AnyTagClassName
{
color: #2703AD;
}
</style>
background-color css
<style>
a { background-color: #2703AD; }
a { background-color: rgb(39,3,173); }
div.DivClassName
{
background-color: #2703AD;
}
.BgClassName
{
background-color: #2703AD;
}
</style>
border-color css
<style>
span { border-color: #2703AD; }
span { border-color: rgb(39,3,173); }
td.TdClassName
{
border-color: #2703AD;
}
.TagClassName
{
border-color: #2703AD;
}
</style>