Shades of Blue Gem #382EA2
Tints of Blue Gem #382EA2
RGB
CMYK
RGB Variations
Color information
#382EA2 (or 0x382EA2) is known color: Blue Gem. HEX triplet: 38, 2E and A2. RGB value is (56,46,162). Sum of RGB (Red+Green+Blue) = 56+46+162=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #382EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382EA2 is #C7D15D. Grayscale: #3D3D3D. Windows color (decimal): -13095262 or 10628664. OLE color: 10628664.
HSL color Cylindrical-coordinate representation of color #382EA2: hue angle of 245.17º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382EA2 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 46 | 162 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.36 |
| HSL | 245.17º | 0.56% | 0.41% | - |
| HSV(B) | 245.17º | 0.72% | 0.64% | - |
| XYZ | 9.13 | 5.4 | 34.74 | - |
| YUV | 62.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 162 | 0.65 | 0.72 | 0 | 0.36 | 245.17 | 0.56 | 0.41 |
| Hex | 38 | 2E | A2 | 41 | 48 | 0 | 24 | F5 | 38 | 29 |
| Octal | 70 | 56 | 242 | 101 | 110 | 0 | 44 | 365 | 70 | 51 |
| Binary | 111000 | 101110 | 10100010 | 1000001 | 1001000 | 0 | 100100 | 11110101 | 111000 | 101001 |
Color Harmonies of #382EA2
Complementary color
Monochromatic Colors of #382EA2
Black with #382EA2
Text Example
Text Example
White with #382EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382EA2; }
p { color: rgb(56,46,162); }
H1.HeaderClassName
{
color: #382EA2;
}
.AnyTagClassName
{
color: #382EA2;
}
</style>
background-color css
<style>
a { background-color: #382EA2; }
a { background-color: rgb(56,46,162); }
div.DivClassName
{
background-color: #382EA2;
}
.BgClassName
{
background-color: #382EA2;
}
</style>
border-color css
<style>
span { border-color: #382EA2; }
span { border-color: rgb(56,46,162); }
td.TdClassName
{
border-color: #382EA2;
}
.TagClassName
{
border-color: #382EA2;
}
</style>