Shades of Blue Gem #3B319F
Tints of Blue Gem #3B319F
RGB
CMYK
RGB Variations
Color information
#3B319F (or 0x3B319F) is known color: Blue Gem. HEX triplet: 3B, 31 and 9F. RGB value is (59,49,159). Sum of RGB (Red+Green+Blue) = 59+49+159=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B319F is #C4CE60. Grayscale: #404040. Windows color (decimal): -12897889 or 10432827. OLE color: 10432827.
HSL color Cylindrical-coordinate representation of color #3B319F: hue angle of 245.45º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B319F is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 49 | 159 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.38 |
| HSL | 245.45º | 0.53% | 0.41% | - |
| HSV(B) | 245.45º | 0.69% | 0.62% | - |
| XYZ | 9.16 | 5.63 | 33.4 | - |
| YUV | 64.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 159 | 0.63 | 0.69 | 0 | 0.38 | 245.45 | 0.53 | 0.41 |
| Hex | 3B | 31 | 9F | 3F | 45 | 0 | 26 | F5 | 35 | 29 |
| Octal | 73 | 61 | 237 | 77 | 105 | 0 | 46 | 365 | 65 | 51 |
| Binary | 111011 | 110001 | 10011111 | 111111 | 1000101 | 0 | 100110 | 11110101 | 110101 | 101001 |
Color Harmonies of #3B319F
Complementary color
Monochromatic Colors of #3B319F
Black with #3B319F
Text Example
Text Example
White with #3B319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B319F; }
p { color: rgb(59,49,159); }
H1.HeaderClassName
{
color: #3B319F;
}
.AnyTagClassName
{
color: #3B319F;
}
</style>
background-color css
<style>
a { background-color: #3B319F; }
a { background-color: rgb(59,49,159); }
div.DivClassName
{
background-color: #3B319F;
}
.BgClassName
{
background-color: #3B319F;
}
</style>
border-color css
<style>
span { border-color: #3B319F; }
span { border-color: rgb(59,49,159); }
td.TdClassName
{
border-color: #3B319F;
}
.TagClassName
{
border-color: #3B319F;
}
</style>