Shades of Blue Gem #382DAD
Tints of Blue Gem #382DAD
RGB
CMYK
RGB Variations
Color information
#382DAD (or 0x382DAD) is known color: Blue Gem. HEX triplet: 38, 2D and AD. RGB value is (56,45,173). Sum of RGB (Red+Green+Blue) = 56+45+173=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #382DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382DAD is #C7D252. Grayscale: #3E3E3E. Windows color (decimal): -13095507 or 11349304. OLE color: 11349304.
HSL color Cylindrical-coordinate representation of color #382DAD: hue angle of 245.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382DAD is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 45 | 173 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.32 |
| HSL | 245.16º | 0.59% | 0.43% | - |
| HSV(B) | 245.16º | 0.74% | 0.68% | - |
| XYZ | 10.11 | 5.73 | 40.11 | - |
| YUV | 62.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 173 | 0.68 | 0.74 | 0 | 0.32 | 245.16 | 0.59 | 0.43 |
| Hex | 38 | 2D | AD | 44 | 4A | 0 | 20 | F5 | 3B | 2B |
| Octal | 70 | 55 | 255 | 104 | 112 | 0 | 40 | 365 | 73 | 53 |
| Binary | 111000 | 101101 | 10101101 | 1000100 | 1001010 | 0 | 100000 | 11110101 | 111011 | 101011 |
Color Harmonies of #382DAD
Complementary color
Monochromatic Colors of #382DAD
Black with #382DAD
Text Example
Text Example
White with #382DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382DAD; }
p { color: rgb(56,45,173); }
H1.HeaderClassName
{
color: #382DAD;
}
.AnyTagClassName
{
color: #382DAD;
}
</style>
background-color css
<style>
a { background-color: #382DAD; }
a { background-color: rgb(56,45,173); }
div.DivClassName
{
background-color: #382DAD;
}
.BgClassName
{
background-color: #382DAD;
}
</style>
border-color css
<style>
span { border-color: #382DAD; }
span { border-color: rgb(56,45,173); }
td.TdClassName
{
border-color: #382DAD;
}
.TagClassName
{
border-color: #382DAD;
}
</style>