Shades of Ultramarine #3106B1
Tints of Ultramarine #3106B1
RGB
CMYK
RGB Variations
Color information
#3106B1 (or 0x3106B1) is known color: Ultramarine. HEX triplet: 31, 06 and B1. RGB value is (49,6,177). Sum of RGB (Red+Green+Blue) = 49+6+177=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 177 (69.53% from 255 or 76.29% from 232); Max value from RGB is 177 - color contains mainly: blue. Hex color #3106B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3106B1 is #CEF94E. Grayscale: #252525. Windows color (decimal): -13564239 or 11601457. OLE color: 11601457.
HSL color Cylindrical-coordinate representation of color #3106B1: hue angle of 255.09º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3106B1 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 6 | 177 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.31 |
| HSL | 255.09º | 0.93% | 0.36% | - |
| HSV(B) | 255.09º | 0.97% | 0.69% | - |
| XYZ | 9.27 | 3.96 | 41.87 | - |
| YUV | 38.35 | 206.25 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 177 | 0.72 | 0.97 | 0 | 0.31 | 255.09 | 0.93 | 0.36 |
| Hex | 31 | 6 | B1 | 48 | 61 | 0 | 1F | FF | 5D | 24 |
| Octal | 61 | 6 | 261 | 110 | 141 | 0 | 37 | 377 | 135 | 44 |
| Binary | 110001 | 110 | 10110001 | 1001000 | 1100001 | 0 | 11111 | 11111111 | 1011101 | 100100 |
Color Harmonies of #3106B1
Complementary color
Monochromatic Colors of #3106B1
Black with #3106B1
Text Example
Text Example
White with #3106B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3106B1; }
p { color: rgb(49,6,177); }
H1.HeaderClassName
{
color: #3106B1;
}
.AnyTagClassName
{
color: #3106B1;
}
</style>
background-color css
<style>
a { background-color: #3106B1; }
a { background-color: rgb(49,6,177); }
div.DivClassName
{
background-color: #3106B1;
}
.BgClassName
{
background-color: #3106B1;
}
</style>
border-color css
<style>
span { border-color: #3106B1; }
span { border-color: rgb(49,6,177); }
td.TdClassName
{
border-color: #3106B1;
}
.TagClassName
{
border-color: #3106B1;
}
</style>