Shades of Blue Gem #3B2FA6
Tints of Blue Gem #3B2FA6
RGB
CMYK
RGB Variations
Color information
#3B2FA6 (or 0x3B2FA6) is known color: Blue Gem. HEX triplet: 3B, 2F and A6. RGB value is (59,47,166). Sum of RGB (Red+Green+Blue) = 59+47+166=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 166 (65.23% from 255 or 61.03% from 272); Max value from RGB is 166 - color contains mainly: blue. Hex color #3B2FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2FA6 is #C4D059. Grayscale: #3F3F3F. Windows color (decimal): -12898394 or 10891067. OLE color: 10891067.
HSL color Cylindrical-coordinate representation of color #3B2FA6: hue angle of 246.05º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B2FA6 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 47 | 166 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.35 |
| HSL | 246.05º | 0.56% | 0.42% | - |
| HSV(B) | 246.05º | 0.72% | 0.65% | - |
| XYZ | 9.7 | 5.72 | 36.67 | - |
| YUV | 64.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 166 | 0.64 | 0.72 | 0 | 0.35 | 246.05 | 0.56 | 0.42 |
| Hex | 3B | 2F | A6 | 40 | 48 | 0 | 23 | F6 | 38 | 2A |
| Octal | 73 | 57 | 246 | 100 | 110 | 0 | 43 | 366 | 70 | 52 |
| Binary | 111011 | 101111 | 10100110 | 1000000 | 1001000 | 0 | 100011 | 11110110 | 111000 | 101010 |
Color Harmonies of #3B2FA6
Complementary color
Monochromatic Colors of #3B2FA6
Black with #3B2FA6
Text Example
Text Example
White with #3B2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2FA6; }
p { color: rgb(59,47,166); }
H1.HeaderClassName
{
color: #3B2FA6;
}
.AnyTagClassName
{
color: #3B2FA6;
}
</style>
background-color css
<style>
a { background-color: #3B2FA6; }
a { background-color: rgb(59,47,166); }
div.DivClassName
{
background-color: #3B2FA6;
}
.BgClassName
{
background-color: #3B2FA6;
}
</style>
border-color css
<style>
span { border-color: #3B2FA6; }
span { border-color: rgb(59,47,166); }
td.TdClassName
{
border-color: #3B2FA6;
}
.TagClassName
{
border-color: #3B2FA6;
}
</style>