Shades of Blue Gem #382CAC
Tints of Blue Gem #382CAC
RGB
CMYK
RGB Variations
Color information
#382CAC (or 0x382CAC) is known color: Blue Gem. HEX triplet: 38, 2C and AC. RGB value is (56,44,172). Sum of RGB (Red+Green+Blue) = 56+44+172=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #382CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382CAC is #C7D353. Grayscale: #3D3D3D. Windows color (decimal): -13095764 or 11283512. OLE color: 11283512.
HSL color Cylindrical-coordinate representation of color #382CAC: hue angle of 245.62º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382CAC is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 44 | 172 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.33 |
| HSL | 245.63º | 0.59% | 0.42% | - |
| HSV(B) | 245.63º | 0.74% | 0.67% | - |
| XYZ | 9.98 | 5.62 | 39.59 | - |
| YUV | 62.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 172 | 0.67 | 0.74 | 0 | 0.33 | 245.63 | 0.59 | 0.42 |
| Hex | 38 | 2C | AC | 43 | 4A | 0 | 21 | F6 | 3B | 2A |
| Octal | 70 | 54 | 254 | 103 | 112 | 0 | 41 | 366 | 73 | 52 |
| Binary | 111000 | 101100 | 10101100 | 1000011 | 1001010 | 0 | 100001 | 11110110 | 111011 | 101010 |
Color Harmonies of #382CAC
Complementary color
Monochromatic Colors of #382CAC
Black with #382CAC
Text Example
Text Example
White with #382CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CAC; }
p { color: rgb(56,44,172); }
H1.HeaderClassName
{
color: #382CAC;
}
.AnyTagClassName
{
color: #382CAC;
}
</style>
background-color css
<style>
a { background-color: #382CAC; }
a { background-color: rgb(56,44,172); }
div.DivClassName
{
background-color: #382CAC;
}
.BgClassName
{
background-color: #382CAC;
}
</style>
border-color css
<style>
span { border-color: #382CAC; }
span { border-color: rgb(56,44,172); }
td.TdClassName
{
border-color: #382CAC;
}
.TagClassName
{
border-color: #382CAC;
}
</style>