Shades of Blue Gem #3820AD
Tints of Blue Gem #3820AD
RGB
CMYK
RGB Variations
Color information
#3820AD (or 0x3820AD) is known color: Blue Gem. HEX triplet: 38, 20 and AD. RGB value is (56,32,173). Sum of RGB (Red+Green+Blue) = 56+32+173=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #3820AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3820AD is #C7DF52. Grayscale: #363636. Windows color (decimal): -13098835 or 11345976. OLE color: 11345976.
HSL color Cylindrical-coordinate representation of color #3820AD: hue angle of 250.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3820AD is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 32 | 173 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.32 |
| HSL | 250.21º | 0.69% | 0.4% | - |
| HSV(B) | 250.21º | 0.82% | 0.68% | - |
| XYZ | 9.69 | 4.89 | 39.97 | - |
| YUV | 55.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 173 | 0.68 | 0.82 | 0 | 0.32 | 250.21 | 0.69 | 0.4 |
| Hex | 38 | 20 | AD | 44 | 52 | 0 | 20 | FA | 45 | 28 |
| Octal | 70 | 40 | 255 | 104 | 122 | 0 | 40 | 372 | 105 | 50 |
| Binary | 111000 | 100000 | 10101101 | 1000100 | 1010010 | 0 | 100000 | 11111010 | 1000101 | 101000 |
Color Harmonies of #3820AD
Complementary color
Monochromatic Colors of #3820AD
Black with #3820AD
Text Example
Text Example
White with #3820AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3820AD; }
p { color: rgb(56,32,173); }
H1.HeaderClassName
{
color: #3820AD;
}
.AnyTagClassName
{
color: #3820AD;
}
</style>
background-color css
<style>
a { background-color: #3820AD; }
a { background-color: rgb(56,32,173); }
div.DivClassName
{
background-color: #3820AD;
}
.BgClassName
{
background-color: #3820AD;
}
</style>
border-color css
<style>
span { border-color: #3820AD; }
span { border-color: rgb(56,32,173); }
td.TdClassName
{
border-color: #3820AD;
}
.TagClassName
{
border-color: #3820AD;
}
</style>