Shades of Blue Gem #3B2F9C
Tints of Blue Gem #3B2F9C
RGB
CMYK
RGB Variations
Color information
#3B2F9C (or 0x3B2F9C) is known color: Blue Gem. HEX triplet: 3B, 2F and 9C. RGB value is (59,47,156). Sum of RGB (Red+Green+Blue) = 59+47+156=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B2F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2F9C is #C4D063. Grayscale: #3E3E3E. Windows color (decimal): -12898404 or 10235707. OLE color: 10235707.
HSL color Cylindrical-coordinate representation of color #3B2F9C: hue angle of 246.61º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B2F9C is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 47 | 156 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.39 |
| HSL | 246.61º | 0.54% | 0.4% | - |
| HSV(B) | 246.61º | 0.7% | 0.61% | - |
| XYZ | 8.82 | 5.36 | 32.02 | - |
| YUV | 63.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 156 | 0.62 | 0.70 | 0 | 0.39 | 246.61 | 0.54 | 0.4 |
| Hex | 3B | 2F | 9C | 3E | 46 | 0 | 27 | F7 | 36 | 28 |
| Octal | 73 | 57 | 234 | 76 | 106 | 0 | 47 | 367 | 66 | 50 |
| Binary | 111011 | 101111 | 10011100 | 111110 | 1000110 | 0 | 100111 | 11110111 | 110110 | 101000 |
Color Harmonies of #3B2F9C
Complementary color
Monochromatic Colors of #3B2F9C
Black with #3B2F9C
Text Example
Text Example
White with #3B2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F9C; }
p { color: rgb(59,47,156); }
H1.HeaderClassName
{
color: #3B2F9C;
}
.AnyTagClassName
{
color: #3B2F9C;
}
</style>
background-color css
<style>
a { background-color: #3B2F9C; }
a { background-color: rgb(59,47,156); }
div.DivClassName
{
background-color: #3B2F9C;
}
.BgClassName
{
background-color: #3B2F9C;
}
</style>
border-color css
<style>
span { border-color: #3B2F9C; }
span { border-color: rgb(59,47,156); }
td.TdClassName
{
border-color: #3B2F9C;
}
.TagClassName
{
border-color: #3B2F9C;
}
</style>