Shades of Blue Gem #3828AB
Tints of Blue Gem #3828AB
RGB
CMYK
RGB Variations
Color information
#3828AB (or 0x3828AB) is known color: Blue Gem. HEX triplet: 38, 28 and AB. RGB value is (56,40,171). Sum of RGB (Red+Green+Blue) = 56+40+171=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #3828AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3828AB is #C7D754. Grayscale: #3B3B3B. Windows color (decimal): -13096789 or 11216952. OLE color: 11216952.
HSL color Cylindrical-coordinate representation of color #3828AB: hue angle of 247.33º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3828AB is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 40 | 171 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.33 |
| HSL | 247.33º | 0.62% | 0.41% | - |
| HSV(B) | 247.33º | 0.77% | 0.67% | - |
| XYZ | 9.74 | 5.3 | 39.04 | - |
| YUV | 59.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 171 | 0.67 | 0.77 | 0 | 0.33 | 247.33 | 0.62 | 0.41 |
| Hex | 38 | 28 | AB | 43 | 4D | 0 | 21 | F7 | 3E | 29 |
| Octal | 70 | 50 | 253 | 103 | 115 | 0 | 41 | 367 | 76 | 51 |
| Binary | 111000 | 101000 | 10101011 | 1000011 | 1001101 | 0 | 100001 | 11110111 | 111110 | 101001 |
Color Harmonies of #3828AB
Complementary color
Monochromatic Colors of #3828AB
Black with #3828AB
Text Example
Text Example
White with #3828AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828AB; }
p { color: rgb(56,40,171); }
H1.HeaderClassName
{
color: #3828AB;
}
.AnyTagClassName
{
color: #3828AB;
}
</style>
background-color css
<style>
a { background-color: #3828AB; }
a { background-color: rgb(56,40,171); }
div.DivClassName
{
background-color: #3828AB;
}
.BgClassName
{
background-color: #3828AB;
}
</style>
border-color css
<style>
span { border-color: #3828AB; }
span { border-color: rgb(56,40,171); }
td.TdClassName
{
border-color: #3828AB;
}
.TagClassName
{
border-color: #3828AB;
}
</style>