Shades of Blue Gem #3B2697
Tints of Blue Gem #3B2697
RGB
CMYK
RGB Variations
Color information
#3B2697 (or 0x3B2697) is known color: Blue Gem. HEX triplet: 3B, 26 and 97. RGB value is (59,38,151). Sum of RGB (Red+Green+Blue) = 59+38+151=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B2697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2697 is #C4D968. Grayscale: #383838. Windows color (decimal): -12900713 or 9905723. OLE color: 9905723.
HSL color Cylindrical-coordinate representation of color #3B2697: hue angle of 251.15º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2697 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 38 | 151 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.41 |
| HSL | 251.15º | 0.6% | 0.37% | - |
| HSV(B) | 251.15º | 0.75% | 0.59% | - |
| XYZ | 8.08 | 4.55 | 29.73 | - |
| YUV | 57.16 | 180.96 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 151 | 0.61 | 0.75 | 0 | 0.41 | 251.15 | 0.6 | 0.37 |
| Hex | 3B | 26 | 97 | 3D | 4B | 0 | 29 | FB | 3C | 25 |
| Octal | 73 | 46 | 227 | 75 | 113 | 0 | 51 | 373 | 74 | 45 |
| Binary | 111011 | 100110 | 10010111 | 111101 | 1001011 | 0 | 101001 | 11111011 | 111100 | 100101 |
Color Harmonies of #3B2697
Complementary color
Monochromatic Colors of #3B2697
Black with #3B2697
Text Example
Text Example
White with #3B2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2697; }
p { color: rgb(59,38,151); }
H1.HeaderClassName
{
color: #3B2697;
}
.AnyTagClassName
{
color: #3B2697;
}
</style>
background-color css
<style>
a { background-color: #3B2697; }
a { background-color: rgb(59,38,151); }
div.DivClassName
{
background-color: #3B2697;
}
.BgClassName
{
background-color: #3B2697;
}
</style>
border-color css
<style>
span { border-color: #3B2697; }
span { border-color: rgb(59,38,151); }
td.TdClassName
{
border-color: #3B2697;
}
.TagClassName
{
border-color: #3B2697;
}
</style>