Shades of Blue Gem #382DAC
Tints of Blue Gem #382DAC
RGB
CMYK
RGB Variations
Color information
#382DAC (or 0x382DAC) is known color: Blue Gem. HEX triplet: 38, 2D and AC. RGB value is (56,45,172). Sum of RGB (Red+Green+Blue) = 56+45+172=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #382DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382DAC is #C7D253. Grayscale: #3E3E3E. Windows color (decimal): -13095508 or 11283768. OLE color: 11283768.
HSL color Cylindrical-coordinate representation of color #382DAC: hue angle of 245.2º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382DAC is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 45 | 172 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.33 |
| HSL | 245.2º | 0.59% | 0.43% | - |
| HSV(B) | 245.2º | 0.74% | 0.67% | - |
| XYZ | 10.02 | 5.7 | 39.6 | - |
| YUV | 62.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 172 | 0.67 | 0.74 | 0 | 0.33 | 245.2 | 0.59 | 0.43 |
| Hex | 38 | 2D | AC | 43 | 4A | 0 | 21 | F5 | 3B | 2B |
| Octal | 70 | 55 | 254 | 103 | 112 | 0 | 41 | 365 | 73 | 53 |
| Binary | 111000 | 101101 | 10101100 | 1000011 | 1001010 | 0 | 100001 | 11110101 | 111011 | 101011 |
Color Harmonies of #382DAC
Complementary color
Monochromatic Colors of #382DAC
Black with #382DAC
Text Example
Text Example
White with #382DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382DAC; }
p { color: rgb(56,45,172); }
H1.HeaderClassName
{
color: #382DAC;
}
.AnyTagClassName
{
color: #382DAC;
}
</style>
background-color css
<style>
a { background-color: #382DAC; }
a { background-color: rgb(56,45,172); }
div.DivClassName
{
background-color: #382DAC;
}
.BgClassName
{
background-color: #382DAC;
}
</style>
border-color css
<style>
span { border-color: #382DAC; }
span { border-color: rgb(56,45,172); }
td.TdClassName
{
border-color: #382DAC;
}
.TagClassName
{
border-color: #382DAC;
}
</style>