Shades of Astral #386D82
Tints of Astral #386D82
RGB
CMYK
RGB Variations
Color information
#386D82 (or 0x386D82) is known color: Astral. HEX triplet: 38, 6D and 82. RGB value is (56,109,130). Sum of RGB (Red+Green+Blue) = 56+109+130=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #386D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D82 is #C7927D. Grayscale: #5F5F5F. Windows color (decimal): -13079166 or 8547640. OLE color: 8547640.
HSL color Cylindrical-coordinate representation of color #386D82: hue angle of 197.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386D82 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 109 | 130 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.49 |
| HSL | 197.03º | 0.4% | 0.36% | - |
| HSV(B) | 197.03º | 0.57% | 0.51% | - |
| XYZ | 11.13 | 13.39 | 23.12 | - |
| YUV | 95.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 130 | 0.57 | 0.16 | 0 | 0.49 | 197.03 | 0.4 | 0.36 |
| Hex | 38 | 6D | 82 | 39 | 10 | 0 | 31 | C5 | 28 | 24 |
| Octal | 70 | 155 | 202 | 71 | 20 | 0 | 61 | 305 | 50 | 44 |
| Binary | 111000 | 1101101 | 10000010 | 111001 | 10000 | 0 | 110001 | 11000101 | 101000 | 100100 |
Color Harmonies of #386D82
Complementary color
Monochromatic Colors of #386D82
Black with #386D82
Text Example
Text Example
White with #386D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386D82; }
p { color: rgb(56,109,130); }
H1.HeaderClassName
{
color: #386D82;
}
.AnyTagClassName
{
color: #386D82;
}
</style>
background-color css
<style>
a { background-color: #386D82; }
a { background-color: rgb(56,109,130); }
div.DivClassName
{
background-color: #386D82;
}
.BgClassName
{
background-color: #386D82;
}
</style>
border-color css
<style>
span { border-color: #386D82; }
span { border-color: rgb(56,109,130); }
td.TdClassName
{
border-color: #386D82;
}
.TagClassName
{
border-color: #386D82;
}
</style>