Shades of Astral #386E82
Tints of Astral #386E82
RGB
CMYK
RGB Variations
Color information
#386E82 (or 0x386E82) is known color: Astral. HEX triplet: 38, 6E and 82. RGB value is (56,110,130). Sum of RGB (Red+Green+Blue) = 56+110+130=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #386E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E82 is #C7917D. Grayscale: #5F5F5F. Windows color (decimal): -13078910 or 8547896. OLE color: 8547896.
HSL color Cylindrical-coordinate representation of color #386E82: hue angle of 196.22º 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 #386E82 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 110 | 130 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.49 |
| HSL | 196.22º | 0.4% | 0.36% | - |
| HSV(B) | 196.22º | 0.57% | 0.51% | - |
| XYZ | 11.24 | 13.6 | 23.15 | - |
| YUV | 96.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 130 | 0.57 | 0.15 | 0 | 0.49 | 196.22 | 0.4 | 0.36 |
| Hex | 38 | 6E | 82 | 39 | F | 0 | 31 | C4 | 28 | 24 |
| Octal | 70 | 156 | 202 | 71 | 17 | 0 | 61 | 304 | 50 | 44 |
| Binary | 111000 | 1101110 | 10000010 | 111001 | 1111 | 0 | 110001 | 11000100 | 101000 | 100100 |
Color Harmonies of #386E82
Complementary color
Monochromatic Colors of #386E82
Black with #386E82
Text Example
Text Example
White with #386E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E82; }
p { color: rgb(56,110,130); }
H1.HeaderClassName
{
color: #386E82;
}
.AnyTagClassName
{
color: #386E82;
}
</style>
background-color css
<style>
a { background-color: #386E82; }
a { background-color: rgb(56,110,130); }
div.DivClassName
{
background-color: #386E82;
}
.BgClassName
{
background-color: #386E82;
}
</style>
border-color css
<style>
span { border-color: #386E82; }
span { border-color: rgb(56,110,130); }
td.TdClassName
{
border-color: #386E82;
}
.TagClassName
{
border-color: #386E82;
}
</style>