Shades of Ultramarine #3103B8
Tints of Ultramarine #3103B8
RGB
CMYK
RGB Variations
Color information
#3103B8 (or 0x3103B8) is known color: Ultramarine. HEX triplet: 31, 03 and B8. RGB value is (49,3,184). Sum of RGB (Red+Green+Blue) = 49+3+184=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 184 (72.27% from 255 or 77.97% from 236); Max value from RGB is 184 - color contains mainly: blue. Hex color #3103B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103B8 is #CEFC47. Grayscale: #242424. Windows color (decimal): -13565000 or 12059441. OLE color: 12059441.
HSL color Cylindrical-coordinate representation of color #3103B8: hue angle of 255.25º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3103B8 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 3 | 184 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.28 |
| HSL | 255.25º | 0.97% | 0.37% | - |
| HSV(B) | 255.25º | 0.98% | 0.72% | - |
| XYZ | 9.95 | 4.18 | 45.63 | - |
| YUV | 37.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 184 | 0.73 | 0.98 | 0 | 0.28 | 255.25 | 0.97 | 0.37 |
| Hex | 31 | 3 | B8 | 49 | 62 | 0 | 1C | FF | 61 | 25 |
| Octal | 61 | 3 | 270 | 111 | 142 | 0 | 34 | 377 | 141 | 45 |
| Binary | 110001 | 11 | 10111000 | 1001001 | 1100010 | 0 | 11100 | 11111111 | 1100001 | 100101 |
Color Harmonies of #3103B8
Complementary color
Monochromatic Colors of #3103B8
Black with #3103B8
Text Example
Text Example
White with #3103B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103B8; }
p { color: rgb(49,3,184); }
H1.HeaderClassName
{
color: #3103B8;
}
.AnyTagClassName
{
color: #3103B8;
}
</style>
background-color css
<style>
a { background-color: #3103B8; }
a { background-color: rgb(49,3,184); }
div.DivClassName
{
background-color: #3103B8;
}
.BgClassName
{
background-color: #3103B8;
}
</style>
border-color css
<style>
span { border-color: #3103B8; }
span { border-color: rgb(49,3,184); }
td.TdClassName
{
border-color: #3103B8;
}
.TagClassName
{
border-color: #3103B8;
}
</style>