Shades of Blue Gem #382AA2
Tints of Blue Gem #382AA2
RGB
CMYK
RGB Variations
Color information
#382AA2 (or 0x382AA2) is known color: Blue Gem. HEX triplet: 38, 2A and A2. RGB value is (56,42,162). Sum of RGB (Red+Green+Blue) = 56+42+162=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #382AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382AA2 is #C7D55D. Grayscale: #3B3B3B. Windows color (decimal): -13096286 or 10627640. OLE color: 10627640.
HSL color Cylindrical-coordinate representation of color #382AA2: hue angle of 247º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382AA2 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 42 | 162 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.36 |
| HSL | 247º | 0.59% | 0.4% | - |
| HSV(B) | 247º | 0.74% | 0.64% | - |
| XYZ | 8.98 | 5.11 | 34.69 | - |
| YUV | 59.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 162 | 0.65 | 0.74 | 0 | 0.36 | 247 | 0.59 | 0.4 |
| Hex | 38 | 2A | A2 | 41 | 4A | 0 | 24 | F7 | 3B | 28 |
| Octal | 70 | 52 | 242 | 101 | 112 | 0 | 44 | 367 | 73 | 50 |
| Binary | 111000 | 101010 | 10100010 | 1000001 | 1001010 | 0 | 100100 | 11110111 | 111011 | 101000 |
Color Harmonies of #382AA2
Complementary color
Monochromatic Colors of #382AA2
Black with #382AA2
Text Example
Text Example
White with #382AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382AA2; }
p { color: rgb(56,42,162); }
H1.HeaderClassName
{
color: #382AA2;
}
.AnyTagClassName
{
color: #382AA2;
}
</style>
background-color css
<style>
a { background-color: #382AA2; }
a { background-color: rgb(56,42,162); }
div.DivClassName
{
background-color: #382AA2;
}
.BgClassName
{
background-color: #382AA2;
}
</style>
border-color css
<style>
span { border-color: #382AA2; }
span { border-color: rgb(56,42,162); }
td.TdClassName
{
border-color: #382AA2;
}
.TagClassName
{
border-color: #382AA2;
}
</style>