Shades of Blue Gem #3D2DAC
Tints of Blue Gem #3D2DAC
RGB
CMYK
RGB Variations
Color information
#3D2DAC (or 0x3D2DAC) is known color: Blue Gem. HEX triplet: 3D, 2D and AC. RGB value is (61,45,172). Sum of RGB (Red+Green+Blue) = 61+45+172=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2DAC is #C2D253. Grayscale: #3F3F3F. Windows color (decimal): -12767828 or 11283773. OLE color: 11283773.
HSL color Cylindrical-coordinate representation of color #3D2DAC: hue angle of 247.56º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2DAC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 45 | 172 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.33 |
| HSL | 247.56º | 0.59% | 0.43% | - |
| HSV(B) | 247.56º | 0.74% | 0.67% | - |
| XYZ | 10.31 | 5.85 | 39.62 | - |
| YUV | 64.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 45 | 172 | 0.65 | 0.74 | 0 | 0.33 | 247.56 | 0.59 | 0.43 |
| Hex | 3D | 2D | AC | 41 | 4A | 0 | 21 | F8 | 3B | 2B |
| Octal | 75 | 55 | 254 | 101 | 112 | 0 | 41 | 370 | 73 | 53 |
| Binary | 111101 | 101101 | 10101100 | 1000001 | 1001010 | 0 | 100001 | 11111000 | 111011 | 101011 |
Color Harmonies of #3D2DAC
Complementary color
Monochromatic Colors of #3D2DAC
Black with #3D2DAC
Text Example
Text Example
White with #3D2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2DAC; }
p { color: rgb(61,45,172); }
H1.HeaderClassName
{
color: #3D2DAC;
}
.AnyTagClassName
{
color: #3D2DAC;
}
</style>
background-color css
<style>
a { background-color: #3D2DAC; }
a { background-color: rgb(61,45,172); }
div.DivClassName
{
background-color: #3D2DAC;
}
.BgClassName
{
background-color: #3D2DAC;
}
</style>
border-color css
<style>
span { border-color: #3D2DAC; }
span { border-color: rgb(61,45,172); }
td.TdClassName
{
border-color: #3D2DAC;
}
.TagClassName
{
border-color: #3D2DAC;
}
</style>