Shades of Blue Gem #3820AB
Tints of Blue Gem #3820AB
RGB
CMYK
RGB Variations
Color information
#3820AB (or 0x3820AB) is known color: Blue Gem. HEX triplet: 38, 20 and AB. RGB value is (56,32,171). Sum of RGB (Red+Green+Blue) = 56+32+171=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3820AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3820AB is #C7DF54. Grayscale: #363636. Windows color (decimal): -13098837 or 11214904. OLE color: 11214904.
HSL color Cylindrical-coordinate representation of color #3820AB: hue angle of 250.36º degrees, saturation: 0.68, 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 #3820AB is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 32 | 171 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.33 |
| HSL | 250.36º | 0.68% | 0.4% | - |
| HSV(B) | 250.36º | 0.81% | 0.67% | - |
| XYZ | 9.5 | 4.81 | 38.96 | - |
| YUV | 55.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 171 | 0.67 | 0.81 | 0 | 0.33 | 250.36 | 0.68 | 0.4 |
| Hex | 38 | 20 | AB | 43 | 51 | 0 | 21 | FA | 44 | 28 |
| Octal | 70 | 40 | 253 | 103 | 121 | 0 | 41 | 372 | 104 | 50 |
| Binary | 111000 | 100000 | 10101011 | 1000011 | 1010001 | 0 | 100001 | 11111010 | 1000100 | 101000 |
Color Harmonies of #3820AB
Complementary color
Monochromatic Colors of #3820AB
Black with #3820AB
Text Example
Text Example
White with #3820AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3820AB; }
p { color: rgb(56,32,171); }
H1.HeaderClassName
{
color: #3820AB;
}
.AnyTagClassName
{
color: #3820AB;
}
</style>
background-color css
<style>
a { background-color: #3820AB; }
a { background-color: rgb(56,32,171); }
div.DivClassName
{
background-color: #3820AB;
}
.BgClassName
{
background-color: #3820AB;
}
</style>
border-color css
<style>
span { border-color: #3820AB; }
span { border-color: rgb(56,32,171); }
td.TdClassName
{
border-color: #3820AB;
}
.TagClassName
{
border-color: #3820AB;
}
</style>