Shades of Blue Gem #3B209B
Tints of Blue Gem #3B209B
RGB
CMYK
RGB Variations
Color information
#3B209B (or 0x3B209B) is known color: Blue Gem. HEX triplet: 3B, 20 and 9B. RGB value is (59,32,155). Sum of RGB (Red+Green+Blue) = 59+32+155=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B209B is #C4DF64. Grayscale: #353535. Windows color (decimal): -12902245 or 10166331. OLE color: 10166331.
HSL color Cylindrical-coordinate representation of color #3B209B: hue angle of 253.17º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B209B is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 32 | 155 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.39 |
| HSL | 253.17º | 0.66% | 0.37% | - |
| HSV(B) | 253.17º | 0.79% | 0.61% | - |
| XYZ | 8.24 | 4.33 | 31.41 | - |
| YUV | 54.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 155 | 0.62 | 0.79 | 0 | 0.39 | 253.17 | 0.66 | 0.37 |
| Hex | 3B | 20 | 9B | 3E | 4F | 0 | 27 | FD | 42 | 25 |
| Octal | 73 | 40 | 233 | 76 | 117 | 0 | 47 | 375 | 102 | 45 |
| Binary | 111011 | 100000 | 10011011 | 111110 | 1001111 | 0 | 100111 | 11111101 | 1000010 | 100101 |
Color Harmonies of #3B209B
Complementary color
Monochromatic Colors of #3B209B
Black with #3B209B
Text Example
Text Example
White with #3B209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B209B; }
p { color: rgb(59,32,155); }
H1.HeaderClassName
{
color: #3B209B;
}
.AnyTagClassName
{
color: #3B209B;
}
</style>
background-color css
<style>
a { background-color: #3B209B; }
a { background-color: rgb(59,32,155); }
div.DivClassName
{
background-color: #3B209B;
}
.BgClassName
{
background-color: #3B209B;
}
</style>
border-color css
<style>
span { border-color: #3B209B; }
span { border-color: rgb(59,32,155); }
td.TdClassName
{
border-color: #3B209B;
}
.TagClassName
{
border-color: #3B209B;
}
</style>