Shades of Ultramarine #3103B5
Tints of Ultramarine #3103B5
RGB
CMYK
RGB Variations
Color information
#3103B5 (or 0x3103B5) is known color: Ultramarine. HEX triplet: 31, 03 and B5. RGB value is (49,3,181). Sum of RGB (Red+Green+Blue) = 49+3+181=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 181 (71.09% from 255 or 77.68% from 233); Max value from RGB is 181 - color contains mainly: blue. Hex color #3103B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103B5 is #CEFC4A. Grayscale: #242424. Windows color (decimal): -13565003 or 11862833. OLE color: 11862833.
HSL color Cylindrical-coordinate representation of color #3103B5: hue angle of 255.51º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3103B5 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 3 | 181 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.29 |
| HSL | 255.51º | 0.97% | 0.36% | - |
| HSV(B) | 255.51º | 0.98% | 0.71% | - |
| XYZ | 9.64 | 4.05 | 43.99 | - |
| YUV | 37.05 | 209.24 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 181 | 0.73 | 0.98 | 0 | 0.29 | 255.51 | 0.97 | 0.36 |
| Hex | 31 | 3 | B5 | 49 | 62 | 0 | 1D | 100 | 61 | 24 |
| Octal | 61 | 3 | 265 | 111 | 142 | 0 | 35 | 400 | 141 | 44 |
| Binary | 110001 | 11 | 10110101 | 1001001 | 1100010 | 0 | 11101 | 100000000 | 1100001 | 100100 |
Color Harmonies of #3103B5
Complementary color
Monochromatic Colors of #3103B5
Black with #3103B5
Text Example
Text Example
White with #3103B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103B5; }
p { color: rgb(49,3,181); }
H1.HeaderClassName
{
color: #3103B5;
}
.AnyTagClassName
{
color: #3103B5;
}
</style>
background-color css
<style>
a { background-color: #3103B5; }
a { background-color: rgb(49,3,181); }
div.DivClassName
{
background-color: #3103B5;
}
.BgClassName
{
background-color: #3103B5;
}
</style>
border-color css
<style>
span { border-color: #3103B5; }
span { border-color: rgb(49,3,181); }
td.TdClassName
{
border-color: #3103B5;
}
.TagClassName
{
border-color: #3103B5;
}
</style>