Shades of Blue Gem #3829AE
Tints of Blue Gem #3829AE
RGB
CMYK
RGB Variations
Color information
#3829AE (or 0x3829AE) is known color: Blue Gem. HEX triplet: 38, 29 and AE. RGB value is (56,41,174). Sum of RGB (Red+Green+Blue) = 56+41+174=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #3829AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3829AE is #C7D651. Grayscale: #3C3C3C. Windows color (decimal): -13096530 or 11413816. OLE color: 11413816.
HSL color Cylindrical-coordinate representation of color #3829AE: hue angle of 246.77º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3829AE is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 41 | 174 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.32 |
| HSL | 246.77º | 0.62% | 0.42% | - |
| HSV(B) | 246.77º | 0.76% | 0.68% | - |
| XYZ | 10.06 | 5.48 | 40.57 | - |
| YUV | 60.65 | 191.97 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 174 | 0.68 | 0.76 | 0 | 0.32 | 246.77 | 0.62 | 0.42 |
| Hex | 38 | 29 | AE | 44 | 4C | 0 | 20 | F7 | 3E | 2A |
| Octal | 70 | 51 | 256 | 104 | 114 | 0 | 40 | 367 | 76 | 52 |
| Binary | 111000 | 101001 | 10101110 | 1000100 | 1001100 | 0 | 100000 | 11110111 | 111110 | 101010 |
Color Harmonies of #3829AE
Complementary color
Monochromatic Colors of #3829AE
Black with #3829AE
Text Example
Text Example
White with #3829AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3829AE; }
p { color: rgb(56,41,174); }
H1.HeaderClassName
{
color: #3829AE;
}
.AnyTagClassName
{
color: #3829AE;
}
</style>
background-color css
<style>
a { background-color: #3829AE; }
a { background-color: rgb(56,41,174); }
div.DivClassName
{
background-color: #3829AE;
}
.BgClassName
{
background-color: #3829AE;
}
</style>
border-color css
<style>
span { border-color: #3829AE; }
span { border-color: rgb(56,41,174); }
td.TdClassName
{
border-color: #3829AE;
}
.TagClassName
{
border-color: #3829AE;
}
</style>