Shades of Blue Gem #3828AE
Tints of Blue Gem #3828AE
RGB
CMYK
RGB Variations
Color information
#3828AE (or 0x3828AE) is known color: Blue Gem. HEX triplet: 38, 28 and AE. RGB value is (56,40,174). Sum of RGB (Red+Green+Blue) = 56+40+174=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #3828AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3828AE is #C7D751. Grayscale: #3B3B3B. Windows color (decimal): -13096786 or 11413560. OLE color: 11413560.
HSL color Cylindrical-coordinate representation of color #3828AE: hue angle of 247.16º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3828AE is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 40 | 174 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.32 |
| HSL | 247.16º | 0.63% | 0.42% | - |
| HSV(B) | 247.16º | 0.77% | 0.68% | - |
| XYZ | 10.03 | 5.41 | 40.56 | - |
| YUV | 60.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 174 | 0.68 | 0.77 | 0 | 0.32 | 247.16 | 0.63 | 0.42 |
| Hex | 38 | 28 | AE | 44 | 4D | 0 | 20 | F7 | 3F | 2A |
| Octal | 70 | 50 | 256 | 104 | 115 | 0 | 40 | 367 | 77 | 52 |
| Binary | 111000 | 101000 | 10101110 | 1000100 | 1001101 | 0 | 100000 | 11110111 | 111111 | 101010 |
Color Harmonies of #3828AE
Complementary color
Monochromatic Colors of #3828AE
Black with #3828AE
Text Example
Text Example
White with #3828AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828AE; }
p { color: rgb(56,40,174); }
H1.HeaderClassName
{
color: #3828AE;
}
.AnyTagClassName
{
color: #3828AE;
}
</style>
background-color css
<style>
a { background-color: #3828AE; }
a { background-color: rgb(56,40,174); }
div.DivClassName
{
background-color: #3828AE;
}
.BgClassName
{
background-color: #3828AE;
}
</style>
border-color css
<style>
span { border-color: #3828AE; }
span { border-color: rgb(56,40,174); }
td.TdClassName
{
border-color: #3828AE;
}
.TagClassName
{
border-color: #3828AE;
}
</style>