Shades of Astral #386B7F
Tints of Astral #386B7F
RGB
CMYK
RGB Variations
Color information
#386B7F (or 0x386B7F) is known color: Astral. HEX triplet: 38, 6B and 7F. RGB value is (56,107,127). Sum of RGB (Red+Green+Blue) = 56+107+127=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #386B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B7F is #C79480. Grayscale: #5D5D5D. Windows color (decimal): -13079681 or 8350520. OLE color: 8350520.
HSL color Cylindrical-coordinate representation of color #386B7F: hue angle of 196.9º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386B7F is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 107 | 127 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.50 |
| HSL | 196.9º | 0.39% | 0.36% | - |
| HSV(B) | 196.9º | 0.56% | 0.5% | - |
| XYZ | 10.72 | 12.89 | 22 | - |
| YUV | 94.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 127 | 0.56 | 0.16 | 0 | 0.50 | 196.9 | 0.39 | 0.36 |
| Hex | 38 | 6B | 7F | 38 | 10 | 0 | 32 | C5 | 27 | 24 |
| Octal | 70 | 153 | 177 | 70 | 20 | 0 | 62 | 305 | 47 | 44 |
| Binary | 111000 | 1101011 | 1111111 | 111000 | 10000 | 0 | 110010 | 11000101 | 100111 | 100100 |
Color Harmonies of #386B7F
Complementary color
Monochromatic Colors of #386B7F
Black with #386B7F
Text Example
Text Example
White with #386B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B7F; }
p { color: rgb(56,107,127); }
H1.HeaderClassName
{
color: #386B7F;
}
.AnyTagClassName
{
color: #386B7F;
}
</style>
background-color css
<style>
a { background-color: #386B7F; }
a { background-color: rgb(56,107,127); }
div.DivClassName
{
background-color: #386B7F;
}
.BgClassName
{
background-color: #386B7F;
}
</style>
border-color css
<style>
span { border-color: #386B7F; }
span { border-color: rgb(56,107,127); }
td.TdClassName
{
border-color: #386B7F;
}
.TagClassName
{
border-color: #386B7F;
}
</style>