Shades of Ultramarine #2711AD
Tints of Ultramarine #2711AD
RGB
CMYK
RGB Variations
Color information
#2711AD (or 0x2711AD) is known color: Ultramarine. HEX triplet: 27, 11 and AD. RGB value is (39,17,173). Sum of RGB (Red+Green+Blue) = 39+17+173=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #2711AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2711AD is #D8EE52. Grayscale: #282828. Windows color (decimal): -14216787 or 11342119. OLE color: 11342119.
HSL color Cylindrical-coordinate representation of color #2711AD: hue angle of 248.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2711AD is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 17 | 173 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.32 |
| HSL | 248.46º | 0.82% | 0.37% | - |
| HSV(B) | 248.46º | 0.9% | 0.68% | - |
| XYZ | 8.58 | 3.85 | 39.83 | - |
| YUV | 41.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 173 | 0.77 | 0.90 | 0 | 0.32 | 248.46 | 0.82 | 0.37 |
| Hex | 27 | 11 | AD | 4D | 5A | 0 | 20 | F8 | 52 | 25 |
| Octal | 47 | 21 | 255 | 115 | 132 | 0 | 40 | 370 | 122 | 45 |
| Binary | 100111 | 10001 | 10101101 | 1001101 | 1011010 | 0 | 100000 | 11111000 | 1010010 | 100101 |
Color Harmonies of #2711AD
Complementary color
Monochromatic Colors of #2711AD
Black with #2711AD
Text Example
Text Example
White with #2711AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2711AD; }
p { color: rgb(39,17,173); }
H1.HeaderClassName
{
color: #2711AD;
}
.AnyTagClassName
{
color: #2711AD;
}
</style>
background-color css
<style>
a { background-color: #2711AD; }
a { background-color: rgb(39,17,173); }
div.DivClassName
{
background-color: #2711AD;
}
.BgClassName
{
background-color: #2711AD;
}
</style>
border-color css
<style>
span { border-color: #2711AD; }
span { border-color: rgb(39,17,173); }
td.TdClassName
{
border-color: #2711AD;
}
.TagClassName
{
border-color: #2711AD;
}
</style>