Shades of Ultramarine #3113B6
Tints of Ultramarine #3113B6
RGB
CMYK
RGB Variations
Color information
#3113B6 (or 0x3113B6) is known color: Ultramarine. HEX triplet: 31, 13 and B6. RGB value is (49,19,182). Sum of RGB (Red+Green+Blue) = 49+19+182=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #3113B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113B6 is #CEEC49. Grayscale: #2D2D2D. Windows color (decimal): -13560906 or 11932465. OLE color: 11932465.
HSL color Cylindrical-coordinate representation of color #3113B6: hue angle of 251.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3113B6 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 19 | 182 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.29 |
| HSL | 251.04º | 0.81% | 0.39% | - |
| HSV(B) | 251.04º | 0.9% | 0.71% | - |
| XYZ | 9.94 | 4.5 | 44.6 | - |
| YUV | 46.55 | 204.44 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 182 | 0.73 | 0.90 | 0 | 0.29 | 251.04 | 0.81 | 0.39 |
| Hex | 31 | 13 | B6 | 49 | 5A | 0 | 1D | FB | 51 | 27 |
| Octal | 61 | 23 | 266 | 111 | 132 | 0 | 35 | 373 | 121 | 47 |
| Binary | 110001 | 10011 | 10110110 | 1001001 | 1011010 | 0 | 11101 | 11111011 | 1010001 | 100111 |
Color Harmonies of #3113B6
Complementary color
Monochromatic Colors of #3113B6
Black with #3113B6
Text Example
Text Example
White with #3113B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113B6; }
p { color: rgb(49,19,182); }
H1.HeaderClassName
{
color: #3113B6;
}
.AnyTagClassName
{
color: #3113B6;
}
</style>
background-color css
<style>
a { background-color: #3113B6; }
a { background-color: rgb(49,19,182); }
div.DivClassName
{
background-color: #3113B6;
}
.BgClassName
{
background-color: #3113B6;
}
</style>
border-color css
<style>
span { border-color: #3113B6; }
span { border-color: rgb(49,19,182); }
td.TdClassName
{
border-color: #3113B6;
}
.TagClassName
{
border-color: #3113B6;
}
</style>