Shades of Ultramarine #3111AF
Tints of Ultramarine #3111AF
RGB
CMYK
RGB Variations
Color information
#3111AF (or 0x3111AF) is known color: Ultramarine. HEX triplet: 31, 11 and AF. RGB value is (49,17,175). Sum of RGB (Red+Green+Blue) = 49+17+175=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #3111AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3111AF is #CEEE50. Grayscale: #2B2B2B. Windows color (decimal): -13561425 or 11473201. OLE color: 11473201.
HSL color Cylindrical-coordinate representation of color #3111AF: hue angle of 252.15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3111AF is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 17 | 175 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.31 |
| HSL | 252.15º | 0.82% | 0.38% | - |
| HSV(B) | 252.15º | 0.9% | 0.69% | - |
| XYZ | 9.2 | 4.15 | 40.87 | - |
| YUV | 44.58 | 201.6 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 175 | 0.72 | 0.90 | 0 | 0.31 | 252.15 | 0.82 | 0.38 |
| Hex | 31 | 11 | AF | 48 | 5A | 0 | 1F | FC | 52 | 26 |
| Octal | 61 | 21 | 257 | 110 | 132 | 0 | 37 | 374 | 122 | 46 |
| Binary | 110001 | 10001 | 10101111 | 1001000 | 1011010 | 0 | 11111 | 11111100 | 1010010 | 100110 |
Color Harmonies of #3111AF
Complementary color
Monochromatic Colors of #3111AF
Black with #3111AF
Text Example
Text Example
White with #3111AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3111AF; }
p { color: rgb(49,17,175); }
H1.HeaderClassName
{
color: #3111AF;
}
.AnyTagClassName
{
color: #3111AF;
}
</style>
background-color css
<style>
a { background-color: #3111AF; }
a { background-color: rgb(49,17,175); }
div.DivClassName
{
background-color: #3111AF;
}
.BgClassName
{
background-color: #3111AF;
}
</style>
border-color css
<style>
span { border-color: #3111AF; }
span { border-color: rgb(49,17,175); }
td.TdClassName
{
border-color: #3111AF;
}
.TagClassName
{
border-color: #3111AF;
}
</style>