Shades of Ultramarine #3106BA
Tints of Ultramarine #3106BA
RGB
CMYK
RGB Variations
Color information
#3106BA (or 0x3106BA) is known color: Ultramarine. HEX triplet: 31, 06 and BA. RGB value is (49,6,186). Sum of RGB (Red+Green+Blue) = 49+6+186=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #3106BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3106BA is #CEF945. Grayscale: #262626. Windows color (decimal): -13564230 or 12191281. OLE color: 12191281.
HSL color Cylindrical-coordinate representation of color #3106BA: hue angle of 254.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3106BA is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 6 | 186 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.27 |
| HSL | 254.33º | 0.94% | 0.38% | - |
| HSV(B) | 254.33º | 0.97% | 0.73% | - |
| XYZ | 10.19 | 4.33 | 46.75 | - |
| YUV | 39.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 186 | 0.74 | 0.97 | 0 | 0.27 | 254.33 | 0.94 | 0.38 |
| Hex | 31 | 6 | BA | 4A | 61 | 0 | 1B | FE | 5E | 26 |
| Octal | 61 | 6 | 272 | 112 | 141 | 0 | 33 | 376 | 136 | 46 |
| Binary | 110001 | 110 | 10111010 | 1001010 | 1100001 | 0 | 11011 | 11111110 | 1011110 | 100110 |
Color Harmonies of #3106BA
Complementary color
Monochromatic Colors of #3106BA
Black with #3106BA
Text Example
Text Example
White with #3106BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3106BA; }
p { color: rgb(49,6,186); }
H1.HeaderClassName
{
color: #3106BA;
}
.AnyTagClassName
{
color: #3106BA;
}
</style>
background-color css
<style>
a { background-color: #3106BA; }
a { background-color: rgb(49,6,186); }
div.DivClassName
{
background-color: #3106BA;
}
.BgClassName
{
background-color: #3106BA;
}
</style>
border-color css
<style>
span { border-color: #3106BA; }
span { border-color: rgb(49,6,186); }
td.TdClassName
{
border-color: #3106BA;
}
.TagClassName
{
border-color: #3106BA;
}
</style>