Shades of Blue Gem #3D2DAA
Tints of Blue Gem #3D2DAA
RGB
CMYK
RGB Variations
Color information
#3D2DAA (or 0x3D2DAA) is known color: Blue Gem. HEX triplet: 3D, 2D and AA. RGB value is (61,45,170). Sum of RGB (Red+Green+Blue) = 61+45+170=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2DAA is #C2D255. Grayscale: #3F3F3F. Windows color (decimal): -12767830 or 11152701. OLE color: 11152701.
HSL color Cylindrical-coordinate representation of color #3D2DAA: hue angle of 247.68º degrees, saturation: 0.58, 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 #3D2DAA is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 45 | 170 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.33 |
| HSL | 247.68º | 0.58% | 0.42% | - |
| HSV(B) | 247.68º | 0.74% | 0.67% | - |
| XYZ | 10.12 | 5.77 | 38.61 | - |
| YUV | 64.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 45 | 170 | 0.64 | 0.74 | 0 | 0.33 | 247.68 | 0.58 | 0.42 |
| Hex | 3D | 2D | AA | 40 | 4A | 0 | 21 | F8 | 3A | 2A |
| Octal | 75 | 55 | 252 | 100 | 112 | 0 | 41 | 370 | 72 | 52 |
| Binary | 111101 | 101101 | 10101010 | 1000000 | 1001010 | 0 | 100001 | 11111000 | 111010 | 101010 |
Color Harmonies of #3D2DAA
Complementary color
Monochromatic Colors of #3D2DAA
Black with #3D2DAA
Text Example
Text Example
White with #3D2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2DAA; }
p { color: rgb(61,45,170); }
H1.HeaderClassName
{
color: #3D2DAA;
}
.AnyTagClassName
{
color: #3D2DAA;
}
</style>
background-color css
<style>
a { background-color: #3D2DAA; }
a { background-color: rgb(61,45,170); }
div.DivClassName
{
background-color: #3D2DAA;
}
.BgClassName
{
background-color: #3D2DAA;
}
</style>
border-color css
<style>
span { border-color: #3D2DAA; }
span { border-color: rgb(61,45,170); }
td.TdClassName
{
border-color: #3D2DAA;
}
.TagClassName
{
border-color: #3D2DAA;
}
</style>