Shades of Blue Gem #3827AD
Tints of Blue Gem #3827AD
RGB
CMYK
RGB Variations
Color information
#3827AD (or 0x3827AD) is known color: Blue Gem. HEX triplet: 38, 27 and AD. RGB value is (56,39,173). Sum of RGB (Red+Green+Blue) = 56+39+173=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #3827AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3827AD is #C7D852. Grayscale: #3A3A3A. Windows color (decimal): -13097043 or 11347768. OLE color: 11347768.
HSL color Cylindrical-coordinate representation of color #3827AD: hue angle of 247.61º 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 #3827AD is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 39 | 173 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.32 |
| HSL | 247.61º | 0.63% | 0.42% | - |
| HSV(B) | 247.61º | 0.77% | 0.68% | - |
| XYZ | 9.9 | 5.31 | 40.04 | - |
| YUV | 59.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 173 | 0.68 | 0.77 | 0 | 0.32 | 247.61 | 0.63 | 0.42 |
| Hex | 38 | 27 | AD | 44 | 4D | 0 | 20 | F8 | 3F | 2A |
| Octal | 70 | 47 | 255 | 104 | 115 | 0 | 40 | 370 | 77 | 52 |
| Binary | 111000 | 100111 | 10101101 | 1000100 | 1001101 | 0 | 100000 | 11111000 | 111111 | 101010 |
Color Harmonies of #3827AD
Complementary color
Monochromatic Colors of #3827AD
Black with #3827AD
Text Example
Text Example
White with #3827AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3827AD; }
p { color: rgb(56,39,173); }
H1.HeaderClassName
{
color: #3827AD;
}
.AnyTagClassName
{
color: #3827AD;
}
</style>
background-color css
<style>
a { background-color: #3827AD; }
a { background-color: rgb(56,39,173); }
div.DivClassName
{
background-color: #3827AD;
}
.BgClassName
{
background-color: #3827AD;
}
</style>
border-color css
<style>
span { border-color: #3827AD; }
span { border-color: rgb(56,39,173); }
td.TdClassName
{
border-color: #3827AD;
}
.TagClassName
{
border-color: #3827AD;
}
</style>