Shades of Astral #386F8D
Tints of Astral #386F8D
RGB
CMYK
RGB Variations
Color information
#386F8D (or 0x386F8D) is known color: Astral. HEX triplet: 38, 6F and 8D. RGB value is (56,111,141). Sum of RGB (Red+Green+Blue) = 56+111+141=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #386F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F8D is #C79072. Grayscale: #616161. Windows color (decimal): -13078643 or 9269048. OLE color: 9269048.
HSL color Cylindrical-coordinate representation of color #386F8D: hue angle of 201.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #386F8D is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 111 | 141 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.45 |
| HSL | 201.18º | 0.43% | 0.39% | - |
| HSV(B) | 201.18º | 0.6% | 0.55% | - |
| XYZ | 12.12 | 14.13 | 27.29 | - |
| YUV | 97.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 141 | 0.60 | 0.21 | 0 | 0.45 | 201.18 | 0.43 | 0.39 |
| Hex | 38 | 6F | 8D | 3C | 15 | 0 | 2D | C9 | 2B | 27 |
| Octal | 70 | 157 | 215 | 74 | 25 | 0 | 55 | 311 | 53 | 47 |
| Binary | 111000 | 1101111 | 10001101 | 111100 | 10101 | 0 | 101101 | 11001001 | 101011 | 100111 |
Color Harmonies of #386F8D
Complementary color
Monochromatic Colors of #386F8D
Black with #386F8D
Text Example
Text Example
White with #386F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F8D; }
p { color: rgb(56,111,141); }
H1.HeaderClassName
{
color: #386F8D;
}
.AnyTagClassName
{
color: #386F8D;
}
</style>
background-color css
<style>
a { background-color: #386F8D; }
a { background-color: rgb(56,111,141); }
div.DivClassName
{
background-color: #386F8D;
}
.BgClassName
{
background-color: #386F8D;
}
</style>
border-color css
<style>
span { border-color: #386F8D; }
span { border-color: rgb(56,111,141); }
td.TdClassName
{
border-color: #386F8D;
}
.TagClassName
{
border-color: #386F8D;
}
</style>