Shades of Blue Gem #3D2CAB
Tints of Blue Gem #3D2CAB
RGB
CMYK
RGB Variations
Color information
#3D2CAB (or 0x3D2CAB) is known color: Blue Gem. HEX triplet: 3D, 2C and AB. RGB value is (61,44,171). Sum of RGB (Red+Green+Blue) = 61+44+171=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D2CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2CAB is #C2D354. Grayscale: #3F3F3F. Windows color (decimal): -12768085 or 11217981. OLE color: 11217981.
HSL color Cylindrical-coordinate representation of color #3D2CAB: hue angle of 248.03º 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 #3D2CAB is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 44 | 171 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.33 |
| HSL | 248.03º | 0.59% | 0.42% | - |
| HSV(B) | 248.03º | 0.74% | 0.67% | - |
| XYZ | 10.18 | 5.73 | 39.1 | - |
| YUV | 63.56 | 188.63 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 171 | 0.64 | 0.74 | 0 | 0.33 | 248.03 | 0.59 | 0.42 |
| Hex | 3D | 2C | AB | 40 | 4A | 0 | 21 | F8 | 3B | 2A |
| Octal | 75 | 54 | 253 | 100 | 112 | 0 | 41 | 370 | 73 | 52 |
| Binary | 111101 | 101100 | 10101011 | 1000000 | 1001010 | 0 | 100001 | 11111000 | 111011 | 101010 |
Color Harmonies of #3D2CAB
Complementary color
Monochromatic Colors of #3D2CAB
Black with #3D2CAB
Text Example
Text Example
White with #3D2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2CAB; }
p { color: rgb(61,44,171); }
H1.HeaderClassName
{
color: #3D2CAB;
}
.AnyTagClassName
{
color: #3D2CAB;
}
</style>
background-color css
<style>
a { background-color: #3D2CAB; }
a { background-color: rgb(61,44,171); }
div.DivClassName
{
background-color: #3D2CAB;
}
.BgClassName
{
background-color: #3D2CAB;
}
</style>
border-color css
<style>
span { border-color: #3D2CAB; }
span { border-color: rgb(61,44,171); }
td.TdClassName
{
border-color: #3D2CAB;
}
.TagClassName
{
border-color: #3D2CAB;
}
</style>