Shades of Blue Gem #3D2CAC
Tints of Blue Gem #3D2CAC
RGB
CMYK
RGB Variations
Color information
#3D2CAC (or 0x3D2CAC) is known color: Blue Gem. HEX triplet: 3D, 2C and AC. RGB value is (61,44,172). Sum of RGB (Red+Green+Blue) = 61+44+172=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D2CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2CAC is #C2D353. Grayscale: #3F3F3F. Windows color (decimal): -12768084 or 11283517. OLE color: 11283517.
HSL color Cylindrical-coordinate representation of color #3D2CAC: hue angle of 247.97º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2CAC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 44 | 172 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.33 |
| HSL | 247.97º | 0.59% | 0.42% | - |
| HSV(B) | 247.97º | 0.74% | 0.67% | - |
| XYZ | 10.27 | 5.77 | 39.6 | - |
| YUV | 63.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 172 | 0.65 | 0.74 | 0 | 0.33 | 247.97 | 0.59 | 0.42 |
| Hex | 3D | 2C | AC | 41 | 4A | 0 | 21 | F8 | 3B | 2A |
| Octal | 75 | 54 | 254 | 101 | 112 | 0 | 41 | 370 | 73 | 52 |
| Binary | 111101 | 101100 | 10101100 | 1000001 | 1001010 | 0 | 100001 | 11111000 | 111011 | 101010 |
Color Harmonies of #3D2CAC
Complementary color
Monochromatic Colors of #3D2CAC
Black with #3D2CAC
Text Example
Text Example
White with #3D2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2CAC; }
p { color: rgb(61,44,172); }
H1.HeaderClassName
{
color: #3D2CAC;
}
.AnyTagClassName
{
color: #3D2CAC;
}
</style>
background-color css
<style>
a { background-color: #3D2CAC; }
a { background-color: rgb(61,44,172); }
div.DivClassName
{
background-color: #3D2CAC;
}
.BgClassName
{
background-color: #3D2CAC;
}
</style>
border-color css
<style>
span { border-color: #3D2CAC; }
span { border-color: rgb(61,44,172); }
td.TdClassName
{
border-color: #3D2CAC;
}
.TagClassName
{
border-color: #3D2CAC;
}
</style>