Shades of Ultramarine #3107B7
Tints of Ultramarine #3107B7
RGB
CMYK
RGB Variations
Color information
#3107B7 (or 0x3107B7) is known color: Ultramarine. HEX triplet: 31, 07 and B7. RGB value is (49,7,183). Sum of RGB (Red+Green+Blue) = 49+7+183=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 183 (71.88% from 255 or 76.57% from 239); Max value from RGB is 183 - color contains mainly: blue. Hex color #3107B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3107B7 is #CEF848. Grayscale: #262626. Windows color (decimal): -13563977 or 11994929. OLE color: 11994929.
HSL color Cylindrical-coordinate representation of color #3107B7: hue angle of 254.32º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3107B7 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 7 | 183 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.28 |
| HSL | 254.32º | 0.93% | 0.37% | - |
| HSV(B) | 254.32º | 0.96% | 0.72% | - |
| XYZ | 9.89 | 4.22 | 45.09 | - |
| YUV | 39.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 183 | 0.73 | 0.96 | 0 | 0.28 | 254.32 | 0.93 | 0.37 |
| Hex | 31 | 7 | B7 | 49 | 60 | 0 | 1C | FE | 5D | 25 |
| Octal | 61 | 7 | 267 | 111 | 140 | 0 | 34 | 376 | 135 | 45 |
| Binary | 110001 | 111 | 10110111 | 1001001 | 1100000 | 0 | 11100 | 11111110 | 1011101 | 100101 |
Color Harmonies of #3107B7
Complementary color
Monochromatic Colors of #3107B7
Black with #3107B7
Text Example
Text Example
White with #3107B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3107B7; }
p { color: rgb(49,7,183); }
H1.HeaderClassName
{
color: #3107B7;
}
.AnyTagClassName
{
color: #3107B7;
}
</style>
background-color css
<style>
a { background-color: #3107B7; }
a { background-color: rgb(49,7,183); }
div.DivClassName
{
background-color: #3107B7;
}
.BgClassName
{
background-color: #3107B7;
}
</style>
border-color css
<style>
span { border-color: #3107B7; }
span { border-color: rgb(49,7,183); }
td.TdClassName
{
border-color: #3107B7;
}
.TagClassName
{
border-color: #3107B7;
}
</style>