Shades of Ultramarine #311BA4
Tints of Ultramarine #311BA4
RGB
CMYK
RGB Variations
Color information
#311BA4 (or 0x311BA4) is known color: Ultramarine. HEX triplet: 31, 1B and A4. RGB value is (49,27,164). Sum of RGB (Red+Green+Blue) = 49+27+164=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #311BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311BA4 is #CEE45B. Grayscale: #303030. Windows color (decimal): -13558876 or 10754865. OLE color: 10754865.
HSL color Cylindrical-coordinate representation of color #311BA4: hue angle of 249.64º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311BA4 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 27 | 164 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.36 |
| HSL | 249.64º | 0.72% | 0.37% | - |
| HSV(B) | 249.64º | 0.84% | 0.64% | - |
| XYZ | 8.36 | 4.12 | 35.48 | - |
| YUV | 49.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 164 | 0.70 | 0.84 | 0 | 0.36 | 249.64 | 0.72 | 0.37 |
| Hex | 31 | 1B | A4 | 46 | 54 | 0 | 24 | FA | 48 | 25 |
| Octal | 61 | 33 | 244 | 106 | 124 | 0 | 44 | 372 | 110 | 45 |
| Binary | 110001 | 11011 | 10100100 | 1000110 | 1010100 | 0 | 100100 | 11111010 | 1001000 | 100101 |
Color Harmonies of #311BA4
Complementary color
Monochromatic Colors of #311BA4
Black with #311BA4
Text Example
Text Example
White with #311BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BA4; }
p { color: rgb(49,27,164); }
H1.HeaderClassName
{
color: #311BA4;
}
.AnyTagClassName
{
color: #311BA4;
}
</style>
background-color css
<style>
a { background-color: #311BA4; }
a { background-color: rgb(49,27,164); }
div.DivClassName
{
background-color: #311BA4;
}
.BgClassName
{
background-color: #311BA4;
}
</style>
border-color css
<style>
span { border-color: #311BA4; }
span { border-color: rgb(49,27,164); }
td.TdClassName
{
border-color: #311BA4;
}
.TagClassName
{
border-color: #311BA4;
}
</style>