Shades of Blue Gem #3B2DA8
Tints of Blue Gem #3B2DA8
RGB
CMYK
RGB Variations
Color information
#3B2DA8 (or 0x3B2DA8) is known color: Blue Gem. HEX triplet: 3B, 2D and A8. RGB value is (59,45,168). Sum of RGB (Red+Green+Blue) = 59+45+168=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 168 (66.02% from 255 or 61.76% from 272); Max value from RGB is 168 - color contains mainly: blue. Hex color #3B2DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2DA8 is #C4D257. Grayscale: #3E3E3E. Windows color (decimal): -12898904 or 11021627. OLE color: 11021627.
HSL color Cylindrical-coordinate representation of color #3B2DA8: hue angle of 246.83º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2DA8 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 45 | 168 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.34 |
| HSL | 246.83º | 0.58% | 0.42% | - |
| HSV(B) | 246.83º | 0.73% | 0.66% | - |
| XYZ | 9.81 | 5.63 | 37.62 | - |
| YUV | 63.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 168 | 0.65 | 0.73 | 0 | 0.34 | 246.83 | 0.58 | 0.42 |
| Hex | 3B | 2D | A8 | 41 | 49 | 0 | 22 | F7 | 3A | 2A |
| Octal | 73 | 55 | 250 | 101 | 111 | 0 | 42 | 367 | 72 | 52 |
| Binary | 111011 | 101101 | 10101000 | 1000001 | 1001001 | 0 | 100010 | 11110111 | 111010 | 101010 |
Color Harmonies of #3B2DA8
Complementary color
Monochromatic Colors of #3B2DA8
Black with #3B2DA8
Text Example
Text Example
White with #3B2DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2DA8; }
p { color: rgb(59,45,168); }
H1.HeaderClassName
{
color: #3B2DA8;
}
.AnyTagClassName
{
color: #3B2DA8;
}
</style>
background-color css
<style>
a { background-color: #3B2DA8; }
a { background-color: rgb(59,45,168); }
div.DivClassName
{
background-color: #3B2DA8;
}
.BgClassName
{
background-color: #3B2DA8;
}
</style>
border-color css
<style>
span { border-color: #3B2DA8; }
span { border-color: rgb(59,45,168); }
td.TdClassName
{
border-color: #3B2DA8;
}
.TagClassName
{
border-color: #3B2DA8;
}
</style>