Shades of Blue Gem #3826AC
Tints of Blue Gem #3826AC
RGB
CMYK
RGB Variations
Color information
#3826AC (or 0x3826AC) is known color: Blue Gem. HEX triplet: 38, 26 and AC. RGB value is (56,38,172). Sum of RGB (Red+Green+Blue) = 56+38+172=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #3826AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3826AC is #C7D953. Grayscale: #3A3A3A. Windows color (decimal): -13097300 or 11281976. OLE color: 11281976.
HSL color Cylindrical-coordinate representation of color #3826AC: hue angle of 248.06º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3826AC is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 38 | 172 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.33 |
| HSL | 248.06º | 0.64% | 0.41% | - |
| HSV(B) | 248.06º | 0.78% | 0.67% | - |
| XYZ | 9.77 | 5.21 | 39.52 | - |
| YUV | 58.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 172 | 0.67 | 0.78 | 0 | 0.33 | 248.06 | 0.64 | 0.41 |
| Hex | 38 | 26 | AC | 43 | 4E | 0 | 21 | F8 | 40 | 29 |
| Octal | 70 | 46 | 254 | 103 | 116 | 0 | 41 | 370 | 100 | 51 |
| Binary | 111000 | 100110 | 10101100 | 1000011 | 1001110 | 0 | 100001 | 11111000 | 1000000 | 101001 |
Color Harmonies of #3826AC
Complementary color
Monochromatic Colors of #3826AC
Black with #3826AC
Text Example
Text Example
White with #3826AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3826AC; }
p { color: rgb(56,38,172); }
H1.HeaderClassName
{
color: #3826AC;
}
.AnyTagClassName
{
color: #3826AC;
}
</style>
background-color css
<style>
a { background-color: #3826AC; }
a { background-color: rgb(56,38,172); }
div.DivClassName
{
background-color: #3826AC;
}
.BgClassName
{
background-color: #3826AC;
}
</style>
border-color css
<style>
span { border-color: #3826AC; }
span { border-color: rgb(56,38,172); }
td.TdClassName
{
border-color: #3826AC;
}
.TagClassName
{
border-color: #3826AC;
}
</style>