Shades of Blue Gem #3D329F
Tints of Blue Gem #3D329F
RGB
CMYK
RGB Variations
Color information
#3D329F (or 0x3D329F) is known color: Blue Gem. HEX triplet: 3D, 32 and 9F. RGB value is (61,50,159). Sum of RGB (Red+Green+Blue) = 61+50+159=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D329F is #C2CD60. Grayscale: #414141. Windows color (decimal): -12766561 or 10433085. OLE color: 10433085.
HSL color Cylindrical-coordinate representation of color #3D329F: hue angle of 246.06º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D329F is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 50 | 159 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.38 |
| HSL | 246.06º | 0.52% | 0.41% | - |
| HSV(B) | 246.06º | 0.69% | 0.62% | - |
| XYZ | 9.32 | 5.78 | 33.42 | - |
| YUV | 65.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 159 | 0.62 | 0.69 | 0 | 0.38 | 246.06 | 0.52 | 0.41 |
| Hex | 3D | 32 | 9F | 3E | 45 | 0 | 26 | F6 | 34 | 29 |
| Octal | 75 | 62 | 237 | 76 | 105 | 0 | 46 | 366 | 64 | 51 |
| Binary | 111101 | 110010 | 10011111 | 111110 | 1000101 | 0 | 100110 | 11110110 | 110100 | 101001 |
Color Harmonies of #3D329F
Complementary color
Monochromatic Colors of #3D329F
Black with #3D329F
Text Example
Text Example
White with #3D329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D329F; }
p { color: rgb(61,50,159); }
H1.HeaderClassName
{
color: #3D329F;
}
.AnyTagClassName
{
color: #3D329F;
}
</style>
background-color css
<style>
a { background-color: #3D329F; }
a { background-color: rgb(61,50,159); }
div.DivClassName
{
background-color: #3D329F;
}
.BgClassName
{
background-color: #3D329F;
}
</style>
border-color css
<style>
span { border-color: #3D329F; }
span { border-color: rgb(61,50,159); }
td.TdClassName
{
border-color: #3D329F;
}
.TagClassName
{
border-color: #3D329F;
}
</style>