Shades of Blue Gem #3820AC
Tints of Blue Gem #3820AC
RGB
CMYK
RGB Variations
Color information
#3820AC (or 0x3820AC) is known color: Blue Gem. HEX triplet: 38, 20 and AC. RGB value is (56,32,172). Sum of RGB (Red+Green+Blue) = 56+32+172=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #3820AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3820AC is #C7DF53. Grayscale: #363636. Windows color (decimal): -13098836 or 11280440. OLE color: 11280440.
HSL color Cylindrical-coordinate representation of color #3820AC: hue angle of 250.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3820AC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 32 | 172 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.33 |
| HSL | 250.29º | 0.69% | 0.4% | - |
| HSV(B) | 250.29º | 0.81% | 0.67% | - |
| XYZ | 9.59 | 4.85 | 39.46 | - |
| YUV | 55.14 | 193.95 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 172 | 0.67 | 0.81 | 0 | 0.33 | 250.29 | 0.69 | 0.4 |
| Hex | 38 | 20 | AC | 43 | 51 | 0 | 21 | FA | 45 | 28 |
| Octal | 70 | 40 | 254 | 103 | 121 | 0 | 41 | 372 | 105 | 50 |
| Binary | 111000 | 100000 | 10101100 | 1000011 | 1010001 | 0 | 100001 | 11111010 | 1000101 | 101000 |
Color Harmonies of #3820AC
Complementary color
Monochromatic Colors of #3820AC
Black with #3820AC
Text Example
Text Example
White with #3820AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3820AC; }
p { color: rgb(56,32,172); }
H1.HeaderClassName
{
color: #3820AC;
}
.AnyTagClassName
{
color: #3820AC;
}
</style>
background-color css
<style>
a { background-color: #3820AC; }
a { background-color: rgb(56,32,172); }
div.DivClassName
{
background-color: #3820AC;
}
.BgClassName
{
background-color: #3820AC;
}
</style>
border-color css
<style>
span { border-color: #3820AC; }
span { border-color: rgb(56,32,172); }
td.TdClassName
{
border-color: #3820AC;
}
.TagClassName
{
border-color: #3820AC;
}
</style>