Shades of Blue Gem #3B249C
Tints of Blue Gem #3B249C
RGB
CMYK
RGB Variations
Color information
#3B249C (or 0x3B249C) is known color: Blue Gem. HEX triplet: 3B, 24 and 9C. RGB value is (59,36,156). Sum of RGB (Red+Green+Blue) = 59+36+156=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B249C is #C4DB63. Grayscale: #383838. Windows color (decimal): -12901220 or 10232891. OLE color: 10232891.
HSL color Cylindrical-coordinate representation of color #3B249C: hue angle of 251.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B249C is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 36 | 156 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.39 |
| HSL | 251.5º | 0.63% | 0.38% | - |
| HSV(B) | 251.5º | 0.77% | 0.61% | - |
| XYZ | 8.44 | 4.59 | 31.89 | - |
| YUV | 56.56 | 184.12 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 156 | 0.62 | 0.77 | 0 | 0.39 | 251.5 | 0.63 | 0.38 |
| Hex | 3B | 24 | 9C | 3E | 4D | 0 | 27 | FC | 3E | 26 |
| Octal | 73 | 44 | 234 | 76 | 115 | 0 | 47 | 374 | 76 | 46 |
| Binary | 111011 | 100100 | 10011100 | 111110 | 1001101 | 0 | 100111 | 11111100 | 111110 | 100110 |
Color Harmonies of #3B249C
Complementary color
Monochromatic Colors of #3B249C
Black with #3B249C
Text Example
Text Example
White with #3B249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B249C; }
p { color: rgb(59,36,156); }
H1.HeaderClassName
{
color: #3B249C;
}
.AnyTagClassName
{
color: #3B249C;
}
</style>
background-color css
<style>
a { background-color: #3B249C; }
a { background-color: rgb(59,36,156); }
div.DivClassName
{
background-color: #3B249C;
}
.BgClassName
{
background-color: #3B249C;
}
</style>
border-color css
<style>
span { border-color: #3B249C; }
span { border-color: rgb(59,36,156); }
td.TdClassName
{
border-color: #3B249C;
}
.TagClassName
{
border-color: #3B249C;
}
</style>