Shades of Blue Gem #3828AA
Tints of Blue Gem #3828AA
RGB
CMYK
RGB Variations
Color information
#3828AA (or 0x3828AA) is known color: Blue Gem. HEX triplet: 38, 28 and AA. RGB value is (56,40,170). Sum of RGB (Red+Green+Blue) = 56+40+170=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #3828AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3828AA is #C7D755. Grayscale: #3B3B3B. Windows color (decimal): -13096790 or 11151416. OLE color: 11151416.
HSL color Cylindrical-coordinate representation of color #3828AA: hue angle of 247.38º degrees, saturation: 0.62, 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 #3828AA is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 40 | 170 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.33 |
| HSL | 247.38º | 0.62% | 0.41% | - |
| HSV(B) | 247.38º | 0.76% | 0.67% | - |
| XYZ | 9.65 | 5.26 | 38.54 | - |
| YUV | 59.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 170 | 0.67 | 0.76 | 0 | 0.33 | 247.38 | 0.62 | 0.41 |
| Hex | 38 | 28 | AA | 43 | 4C | 0 | 21 | F7 | 3E | 29 |
| Octal | 70 | 50 | 252 | 103 | 114 | 0 | 41 | 367 | 76 | 51 |
| Binary | 111000 | 101000 | 10101010 | 1000011 | 1001100 | 0 | 100001 | 11110111 | 111110 | 101001 |
Color Harmonies of #3828AA
Complementary color
Monochromatic Colors of #3828AA
Black with #3828AA
Text Example
Text Example
White with #3828AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828AA; }
p { color: rgb(56,40,170); }
H1.HeaderClassName
{
color: #3828AA;
}
.AnyTagClassName
{
color: #3828AA;
}
</style>
background-color css
<style>
a { background-color: #3828AA; }
a { background-color: rgb(56,40,170); }
div.DivClassName
{
background-color: #3828AA;
}
.BgClassName
{
background-color: #3828AA;
}
</style>
border-color css
<style>
span { border-color: #3828AA; }
span { border-color: rgb(56,40,170); }
td.TdClassName
{
border-color: #3828AA;
}
.TagClassName
{
border-color: #3828AA;
}
</style>