Shades of Blue Gem #3D2BA7
Tints of Blue Gem #3D2BA7
RGB
CMYK
RGB Variations
Color information
#3D2BA7 (or 0x3D2BA7) is known color: Blue Gem. HEX triplet: 3D, 2B and A7. RGB value is (61,43,167). Sum of RGB (Red+Green+Blue) = 61+43+167=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 167 (65.62% from 255 or 61.62% from 271); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D2BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2BA7 is #C2D458. Grayscale: #3E3E3E. Windows color (decimal): -12768345 or 10955581. OLE color: 10955581.
HSL color Cylindrical-coordinate representation of color #3D2BA7: hue angle of 248.71º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2BA7 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 43 | 167 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.35 |
| HSL | 248.71º | 0.59% | 0.41% | - |
| HSV(B) | 248.71º | 0.74% | 0.65% | - |
| XYZ | 9.76 | 5.51 | 37.11 | - |
| YUV | 62.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 167 | 0.63 | 0.74 | 0 | 0.35 | 248.71 | 0.59 | 0.41 |
| Hex | 3D | 2B | A7 | 3F | 4A | 0 | 23 | F9 | 3B | 29 |
| Octal | 75 | 53 | 247 | 77 | 112 | 0 | 43 | 371 | 73 | 51 |
| Binary | 111101 | 101011 | 10100111 | 111111 | 1001010 | 0 | 100011 | 11111001 | 111011 | 101001 |
Color Harmonies of #3D2BA7
Complementary color
Monochromatic Colors of #3D2BA7
Black with #3D2BA7
Text Example
Text Example
White with #3D2BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2BA7; }
p { color: rgb(61,43,167); }
H1.HeaderClassName
{
color: #3D2BA7;
}
.AnyTagClassName
{
color: #3D2BA7;
}
</style>
background-color css
<style>
a { background-color: #3D2BA7; }
a { background-color: rgb(61,43,167); }
div.DivClassName
{
background-color: #3D2BA7;
}
.BgClassName
{
background-color: #3D2BA7;
}
</style>
border-color css
<style>
span { border-color: #3D2BA7; }
span { border-color: rgb(61,43,167); }
td.TdClassName
{
border-color: #3D2BA7;
}
.TagClassName
{
border-color: #3D2BA7;
}
</style>