Shades of Blue Gem #3B289F
Tints of Blue Gem #3B289F
RGB
CMYK
RGB Variations
Color information
#3B289F (or 0x3B289F) is known color: Blue Gem. HEX triplet: 3B, 28 and 9F. RGB value is (59,40,159). Sum of RGB (Red+Green+Blue) = 59+40+159=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B289F is #C4D760. Grayscale: #3A3A3A. Windows color (decimal): -12900193 or 10430523. OLE color: 10430523.
HSL color Cylindrical-coordinate representation of color #3B289F: hue angle of 249.58º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B289F is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 40 | 159 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.38 |
| HSL | 249.58º | 0.6% | 0.39% | - |
| HSV(B) | 249.58º | 0.75% | 0.62% | - |
| XYZ | 8.82 | 4.95 | 33.29 | - |
| YUV | 59.25 | 184.29 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 159 | 0.63 | 0.75 | 0 | 0.38 | 249.58 | 0.6 | 0.39 |
| Hex | 3B | 28 | 9F | 3F | 4B | 0 | 26 | FA | 3C | 27 |
| Octal | 73 | 50 | 237 | 77 | 113 | 0 | 46 | 372 | 74 | 47 |
| Binary | 111011 | 101000 | 10011111 | 111111 | 1001011 | 0 | 100110 | 11111010 | 111100 | 100111 |
Color Harmonies of #3B289F
Complementary color
Monochromatic Colors of #3B289F
Black with #3B289F
Text Example
Text Example
White with #3B289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B289F; }
p { color: rgb(59,40,159); }
H1.HeaderClassName
{
color: #3B289F;
}
.AnyTagClassName
{
color: #3B289F;
}
</style>
background-color css
<style>
a { background-color: #3B289F; }
a { background-color: rgb(59,40,159); }
div.DivClassName
{
background-color: #3B289F;
}
.BgClassName
{
background-color: #3B289F;
}
</style>
border-color css
<style>
span { border-color: #3B289F; }
span { border-color: rgb(59,40,159); }
td.TdClassName
{
border-color: #3B289F;
}
.TagClassName
{
border-color: #3B289F;
}
</style>