Shades of Blue Gem #3829AA
Tints of Blue Gem #3829AA
RGB
CMYK
RGB Variations
Color information
#3829AA (or 0x3829AA) is known color: Blue Gem. HEX triplet: 38, 29 and AA. RGB value is (56,41,170). Sum of RGB (Red+Green+Blue) = 56+41+170=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #3829AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3829AA is #C7D655. Grayscale: #3B3B3B. Windows color (decimal): -13096534 or 11151672. OLE color: 11151672.
HSL color Cylindrical-coordinate representation of color #3829AA: hue angle of 246.98º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3829AA is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 41 | 170 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.33 |
| HSL | 246.98º | 0.61% | 0.41% | - |
| HSV(B) | 246.98º | 0.76% | 0.67% | - |
| XYZ | 9.68 | 5.33 | 38.55 | - |
| YUV | 60.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 170 | 0.67 | 0.76 | 0 | 0.33 | 246.98 | 0.61 | 0.41 |
| Hex | 38 | 29 | AA | 43 | 4C | 0 | 21 | F7 | 3D | 29 |
| Octal | 70 | 51 | 252 | 103 | 114 | 0 | 41 | 367 | 75 | 51 |
| Binary | 111000 | 101001 | 10101010 | 1000011 | 1001100 | 0 | 100001 | 11110111 | 111101 | 101001 |
Color Harmonies of #3829AA
Complementary color
Monochromatic Colors of #3829AA
Black with #3829AA
Text Example
Text Example
White with #3829AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3829AA; }
p { color: rgb(56,41,170); }
H1.HeaderClassName
{
color: #3829AA;
}
.AnyTagClassName
{
color: #3829AA;
}
</style>
background-color css
<style>
a { background-color: #3829AA; }
a { background-color: rgb(56,41,170); }
div.DivClassName
{
background-color: #3829AA;
}
.BgClassName
{
background-color: #3829AA;
}
</style>
border-color css
<style>
span { border-color: #3829AA; }
span { border-color: rgb(56,41,170); }
td.TdClassName
{
border-color: #3829AA;
}
.TagClassName
{
border-color: #3829AA;
}
</style>