Shades of Ultramarine #3108BA
Tints of Ultramarine #3108BA
RGB
CMYK
RGB Variations
Color information
#3108BA (or 0x3108BA) is known color: Ultramarine. HEX triplet: 31, 08 and BA. RGB value is (49,8,186). Sum of RGB (Red+Green+Blue) = 49+8+186=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #3108BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3108BA is #CEF745. Grayscale: #272727. Windows color (decimal): -13563718 or 12191793. OLE color: 12191793.
HSL color Cylindrical-coordinate representation of color #3108BA: hue angle of 253.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3108BA is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 8 | 186 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.27 |
| HSL | 253.82º | 0.92% | 0.38% | - |
| HSV(B) | 253.82º | 0.96% | 0.73% | - |
| XYZ | 10.22 | 4.37 | 46.76 | - |
| YUV | 40.55 | 210.08 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 186 | 0.74 | 0.96 | 0 | 0.27 | 253.82 | 0.92 | 0.38 |
| Hex | 31 | 8 | BA | 4A | 60 | 0 | 1B | FE | 5C | 26 |
| Octal | 61 | 10 | 272 | 112 | 140 | 0 | 33 | 376 | 134 | 46 |
| Binary | 110001 | 1000 | 10111010 | 1001010 | 1100000 | 0 | 11011 | 11111110 | 1011100 | 100110 |
Color Harmonies of #3108BA
Complementary color
Monochromatic Colors of #3108BA
Black with #3108BA
Text Example
Text Example
White with #3108BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3108BA; }
p { color: rgb(49,8,186); }
H1.HeaderClassName
{
color: #3108BA;
}
.AnyTagClassName
{
color: #3108BA;
}
</style>
background-color css
<style>
a { background-color: #3108BA; }
a { background-color: rgb(49,8,186); }
div.DivClassName
{
background-color: #3108BA;
}
.BgClassName
{
background-color: #3108BA;
}
</style>
border-color css
<style>
span { border-color: #3108BA; }
span { border-color: rgb(49,8,186); }
td.TdClassName
{
border-color: #3108BA;
}
.TagClassName
{
border-color: #3108BA;
}
</style>